Shades of Persian Blue #223CCE
Tints of Persian Blue #223CCE
RGB
CMYK
RGB Variations
Color information
#223CCE (or 0x223CCE) is known color: Persian Blue. HEX triplet: 22, 3C and CE. RGB value is (34,60,206). Sum of RGB (Red+Green+Blue) = 34+60+206=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #223CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223CCE is #DDC331. Grayscale: #444444. Windows color (decimal): -14533426 or 13515810. OLE color: 13515810.
HSL color Cylindrical-coordinate representation of color #223CCE: hue angle of 230.93º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #223CCE is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 60 | 206 | - |
| CMYK | 0.83 | 0.71 | 0 | 0.19 |
| HSL | 230.93º | 0.72% | 0.47% | - |
| HSV(B) | 230.93º | 0.83% | 0.81% | - |
| XYZ | 13.42 | 8.03 | 59.23 | - |
| YUV | 68.87 | 205.39 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 60 | 206 | 0.83 | 0.71 | 0 | 0.19 | 230.93 | 0.72 | 0.47 |
| Hex | 22 | 3C | CE | 53 | 47 | 0 | 13 | E7 | 48 | 2F |
| Octal | 42 | 74 | 316 | 123 | 107 | 0 | 23 | 347 | 110 | 57 |
| Binary | 100010 | 111100 | 11001110 | 1010011 | 1000111 | 0 | 10011 | 11100111 | 1001000 | 101111 |
Color Harmonies of #223CCE
Complementary color
Monochromatic Colors of #223CCE
Black with #223CCE
Text Example
Text Example
White with #223CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223CCE; }
p { color: rgb(34,60,206); }
H1.HeaderClassName
{
color: #223CCE;
}
.AnyTagClassName
{
color: #223CCE;
}
</style>
background-color css
<style>
a { background-color: #223CCE; }
a { background-color: rgb(34,60,206); }
div.DivClassName
{
background-color: #223CCE;
}
.BgClassName
{
background-color: #223CCE;
}
</style>
border-color css
<style>
span { border-color: #223CCE; }
span { border-color: rgb(34,60,206); }
td.TdClassName
{
border-color: #223CCE;
}
.TagClassName
{
border-color: #223CCE;
}
</style>