#223CEC

Color #223CEC Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #223CEC

Tints of Persian Blue #223CEC

Color information

#223CEC (or 0x223CEC) is unknown color: approx Persian Blue. HEX triplet: 22, 3C and EC. RGB value is (34,60,236). Sum of RGB (Red+Green+Blue) = 34+60+236=330 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.30% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 236 (92.58% from 255 or 71.52% from 330); Max value from RGB is 236 - color contains mainly: blue. Hex color #223CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223CEC is #DDC313. Grayscale: #474747. Windows color (decimal): -14533396 or 15481890. OLE color: 15481890.

HSL color Cylindrical-coordinate representation of color #223CEC: hue angle of 232.28º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #223CEC is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3460236-
CMYK0.860.7500.07
HSL232.28º84.17%52.94%-
HSV(B)232.28º85.59%92.55%-
XYZ17.429.6380.3-
YUV72.29220.39100.69-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.30%
GREEN value IS 60 (23.83% from 255) = 18.18%
BLUE value IS 236 (92.58% from 255) = 71.52%
R=10.30%
G=18.18%
B=71.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal34602360.860.7500.07232.2884.1752.94
Hex223CEC564B07e85435
Octal42743541261130735012465
Binary10001011110011101100101011010010110111111010001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #223CEC;
 }
 .AnyTagClassName
 {
   color: #223CEC;
 }
</style>
background-color css

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

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

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

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

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

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