#2223DF

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

Shades of Persian Blue #2223DF

Tints of Persian Blue #2223DF

Color information

#2223DF (or 0x2223DF) is unknown color: approx Persian Blue. HEX triplet: 22, 23 and DF. RGB value is (34,35,223). Sum of RGB (Red+Green+Blue) = 34+35+223=292 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.64% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 223 (87.5% from 255 or 76.37% from 292); Max value from RGB is 223 - color contains mainly: blue. Hex color #2223DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2223DF is #DDDC20. Grayscale: #373737. Windows color (decimal): -14539809 or 14623522. OLE color: 14623522.

HSL color Cylindrical-coordinate representation of color #2223DF: hue angle of 239.68º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2223DF is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3435223-
CMYK0.850.8400.13
HSL239.68º74.7%50.39%-
HSV(B)239.68º84.75%87.45%-
XYZ14.586.8770.37-
YUV56.13222.17112.21-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.64%
GREEN value IS 35 (14.06% from 255) = 11.99%
BLUE value IS 223 (87.5% from 255) = 76.37%
R=11.64%
G=11.99%
B=76.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal34352230.850.8400.13239.6874.750.39
Hex2223DF55540Df04b32
Octal424333712512401536011362
Binary100010100011110111111010101101010001101111100001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2223DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2223DF; }

 p { color: rgb(34,35,223); }

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

<style>
 a { background-color: #2223DF; }

 a { background-color: rgb(34,35,223); }

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

<style>
 span { border-color: #2223DF; }

 span { border-color: rgb(34,35,223); }

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