Html Css Color HEX #223CCC Persian Blue

📋 copy color: '#223CCC'

red 34 ◦ green 60 ◦ blue 204

#223CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #223CCC

Tints of Persian Blue #223CCC

RGB

 RED value IS 34 (13.67% from 255) = 11.41%

 GREEN value IS 60 (23.83% from 255) = 20.13%

 BLUE value IS 204 (80.08% from 255) = 68.46%

R = 11.41%
G = 20.13%
B = 68.46%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#223CCC (or 0x223CCC) is known color: Persian Blue. HEX triplet: 22, 3C and CC. RGB value is (34,60,204). Sum of RGB (Red+Green+Blue) = 34+60+204=298 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.41% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #223CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223CCC is #DDC333. Grayscale: #444444. Windows color (decimal): -14533428 or 13384738. OLE color: 13384738.

HSL color Cylindrical-coordinate representation of color #223CCC: hue angle of 230.82º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #223CCC is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 34 60 204 -
CMYK 0.83 0.71 0 0.2
HSL 230.82º 0.71% 0.47% -
HSV(B) 230.82º 0.83% 0.8% -
XYZ 13.17 7.93 57.96 -
YUV 68.64 204.39 103.29 -
System Red Green Blue C M Y K H S L
Decimal 34 60 204 0.83 0.71 0 0.2 230.82 0.71 0.47
Hex 22 3C CC 53 47 0 14 E7 47 2F
Octal 42 74 314 123 107 0 24 347 107 57
Binary 100010 111100 11001100 1010011 1000111 0 10100 11100111 1000111 101111

Color Harmonies of #223CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223CCC

Black with #223CCC

Text Example


Text Example

White with #223CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223CCC; }

 p { color: rgb(34,60,204); }

 H1.HeaderClassName
 {
   color: #223CCC;
 }
 .AnyTagClassName
 {
   color: #223CCC;
 }
</style>

background-color css

<style>
 a { background-color: #223CCC; }

 a { background-color: rgb(34,60,204); }

 div.DivClassName
 {
   background-color: #223CCC;
 }
 .BgClassName
 {
   background-color: #223CCC;
 }
</style>

border-color css

<style>
 span { border-color: #223CCC; }

 span { border-color: rgb(34,60,204); }

 td.TdClassName
 {
   border-color: #223CCC;
 }
 .TagClassName
 {
   border-color: #223CCC;
 }
</style>