COLOR #23348C

HEX: #23348C
RGB: (35,52,140)

Color info

#23348C contains mainly blue color. Web safe color of #23348C is #333399 (or #339).

RGB color model

#23348C color RGB value is (35,52,140).

  • red value is 35;
  • green value is 52;
  • blue value is 140.
RGB:
(35,52,140)
(14%,20%,55%)

RGB channels and saturation

R 35 of 255 = 14%
G 52 of 255 = 20%
B 140 of 255 = 55%

35
52
140

R + G + B ~ 30%. #23348C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 52 + 140 = 227 (100%)
R 35 of 227 ~ 15.42%
G 52 of 227 ~ 22.91%
B 140 of 227 ~ 61.67%

%15.42
%22.91
%61.67

CMYK color model

#23348C color CMYK value is (75,63,0,45).

  • cyan value is 75.00%
  • magenta value is 62.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(75,63,0,45)
C75M63Y0K45 
(75%,63%,0%,45%)
(0.75/0.63/0.00/0.45)	

CMYK percentages

%75
%62.86
%0
%45.1

Codes

Color #23348C in popluar color models

23348C
RGB3552140
HSL230°60.00%34.31%
HSB/HSV230°75.00%54.90%
CMYK75.00%62.86%0.00%
45.10%

Color #23348C in popluar number systems.

HEX23348C
Decimal3552140
Binary10001111010010001100
Octal4364214

Shades and tints

Shades of #23348C

#23348C
(35,52,140)
#203080
(32,48,128)
#1D2C74
(29,44,116)
#1A2868
(26,40,104)
#17245C
(23,36,92)
#142050
(20,32,80)
#111C44
(17,28,68)
#0E1838
(14,24,56)
#0B142C
(11,20,44)
#081020
(8,16,32)
#050C14
(5,12,20)
#000000
(0,0,0)

Tints of #23348C

#23348C
(35,52,140)
#374696
(55,70,150)
#4B58A0
(75,88,160)
#5F6AAA
(95,106,170)
#737CB4
(115,124,180)
#878EBE
(135,142,190)
#9BA0C8
(155,160,200)
#AFB2D2
(175,178,210)
#C3C4DC
(195,196,220)
#D7D6E6
(215,214,230)
#EBE8F0
(235,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #23348C color. Also use rgb(35,52,140) instead hex code.

Text Font Color

.myTextColor { color: #23348C; }

<p style="color:#23348C">This sample text font color is #23348C.</p>

This text font color is #23348C.


Background Color

.myBgColor { background-color: #23348C; }

<div style="background-color:#23348C">Inner text</div>

This div background color is #23348C.


Border color

.myBorderColor { border: 1px solid #23348C; }

<div style="border:3px solid #23348C">Div</div>

This div border color is #23348C.


Opacity

.myOpacity80 { color: #23348C; opacity: 0.8; }

<p style="color:#23348C;opacity:0.8;">80%</p>

Text with #23348C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #23348C;}

<p style="text-shadow: 3px 3px 1px #23348C">Text here.</p>

This text has shadow with #23348C color.

.textShadow {text-shadow: 3px 3px 1px #23348C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #23348C, 5px 5px 20px red">Text here.</p>

This text has shadow with #23348C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#23348C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#23348C, Direction=45, Strength=4)">Text</p>

This text has shadow with #23348C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #23348C;
  -webkit-box-shadow:	1px 1px 3px 2px #23348C;
  box-shadow:		1px 1px 3px 2px #23348C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #23348C;
-webkit-box-shadow: 1px 1px 3px 2px #23348C;
box-shadow:1px 1px 3px 2px #23348C;">
Div content here</div>
This div box has shadow with color #23348C.

Preview

Color preview on black background

This text has color #23348C on black background.


Color preview on white background

This text has color #23348C on white background.



Black color preview on #23348C background

This text has black color on #23348C background.


White color preview on #23348C background

This text has white color on #23348C background.