#223CDD

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

Shades of Persian Blue #223CDD

Tints of Persian Blue #223CDD

Color information

#223CDD (or 0x223CDD) is unknown color: approx Persian Blue. HEX triplet: 22, 3C and DD. RGB value is (34,60,221). Sum of RGB (Red+Green+Blue) = 34+60+221=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #223CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223CDD is #DDC322. Grayscale: #454545. Windows color (decimal): -14533411 or 14498850. OLE color: 14498850.

HSL color Cylindrical-coordinate representation of color #223CDD: hue angle of 231.66º degrees, saturation: 0.73, 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 #223CDD is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3460221-
CMYK0.850.7300.13
HSL231.66º73.33%50%-
HSV(B)231.66º84.62%86.67%-
XYZ15.338.7969.3-
YUV70.58212.89101.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.79%
GREEN value IS 60 (23.83% from 255) = 19.05%
BLUE value IS 221 (86.72% from 255) = 70.16%
R=10.79%
G=19.05%
B=70.16%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal34602210.850.7300.13231.6673.3350
Hex223CDD55490De84932
Octal427433512511101535011162
Binary100010111100110111011010101100100101101111010001001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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