Shades of Persian Blue #223CC8
Tints of Persian Blue #223CC8
RGB
CMYK
RGB Variations
Color information
#223CC8 (or 0x223CC8) is known color: Persian Blue. HEX triplet: 22, 3C and C8. RGB value is (34,60,200). Sum of RGB (Red+Green+Blue) = 34+60+200=294 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.56% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 200 (78.52% from 255 or 68.03% from 294); Max value from RGB is 200 - color contains mainly: blue. Hex color #223CC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223CC8 is #DDC337. Grayscale: #434343. Windows color (decimal): -14533432 or 13122594. OLE color: 13122594.
HSL color Cylindrical-coordinate representation of color #223CC8: hue angle of 230.6º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #223CC8 is Cyan = 0.83, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 60 | 200 | - |
| CMYK | 0.83 | 0.7 | 0 | 0.22 |
| HSL | 230.6º | 0.71% | 0.46% | - |
| HSV(B) | 230.6º | 0.83% | 0.78% | - |
| XYZ | 12.7 | 7.74 | 55.47 | - |
| YUV | 68.19 | 202.39 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 60 | 200 | 0.83 | 0.7 | 0 | 0.22 | 230.6 | 0.71 | 0.46 |
| Hex | 22 | 3C | C8 | 53 | 46 | 0 | 16 | E7 | 47 | 2E |
| Octal | 42 | 74 | 310 | 123 | 106 | 0 | 26 | 347 | 107 | 56 |
| Binary | 100010 | 111100 | 11001000 | 1010011 | 1000110 | 0 | 10110 | 11100111 | 1000111 | 101110 |
Color Harmonies of #223CC8
Complementary color
Monochromatic Colors of #223CC8
Black with #223CC8
Text Example
Text Example
White with #223CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223CC8; }
p { color: rgb(34,60,200); }
H1.HeaderClassName
{
color: #223CC8;
}
.AnyTagClassName
{
color: #223CC8;
}
</style>
background-color css
<style>
a { background-color: #223CC8; }
a { background-color: rgb(34,60,200); }
div.DivClassName
{
background-color: #223CC8;
}
.BgClassName
{
background-color: #223CC8;
}
</style>
border-color css
<style>
span { border-color: #223CC8; }
span { border-color: rgb(34,60,200); }
td.TdClassName
{
border-color: #223CC8;
}
.TagClassName
{
border-color: #223CC8;
}
</style>