Shades of Persian Blue #223BCC
Tints of Persian Blue #223BCC
RGB
CMYK
RGB Variations
Color information
#223BCC (or 0x223BCC) is known color: Persian Blue. HEX triplet: 22, 3B and CC. RGB value is (34,59,204). Sum of RGB (Red+Green+Blue) = 34+59+204=297 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.45% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #223BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223BCC is #DDC433. Grayscale: #434343. Windows color (decimal): -14533684 or 13384482. OLE color: 13384482.
HSL color Cylindrical-coordinate representation of color #223BCC: hue angle of 231.18º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #223BCC is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 34 | 59 | 204 | - |
| CMYK | 0.83 | 0.71 | 0 | 0.2 |
| HSL | 231.18º | 0.71% | 0.47% | - |
| HSV(B) | 231.18º | 0.83% | 0.8% | - |
| XYZ | 13.12 | 7.83 | 57.95 | - |
| YUV | 68.06 | 204.72 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 59 | 204 | 0.83 | 0.71 | 0 | 0.2 | 231.18 | 0.71 | 0.47 |
| Hex | 22 | 3B | CC | 53 | 47 | 0 | 14 | E7 | 47 | 2F |
| Octal | 42 | 73 | 314 | 123 | 107 | 0 | 24 | 347 | 107 | 57 |
| Binary | 100010 | 111011 | 11001100 | 1010011 | 1000111 | 0 | 10100 | 11100111 | 1000111 | 101111 |
Color Harmonies of #223BCC
Complementary color
Monochromatic Colors of #223BCC
Black with #223BCC
Text Example
Text Example
White with #223BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223BCC; }
p { color: rgb(34,59,204); }
H1.HeaderClassName
{
color: #223BCC;
}
.AnyTagClassName
{
color: #223BCC;
}
</style>
background-color css
<style>
a { background-color: #223BCC; }
a { background-color: rgb(34,59,204); }
div.DivClassName
{
background-color: #223BCC;
}
.BgClassName
{
background-color: #223BCC;
}
</style>
border-color css
<style>
span { border-color: #223BCC; }
span { border-color: rgb(34,59,204); }
td.TdClassName
{
border-color: #223BCC;
}
.TagClassName
{
border-color: #223BCC;
}
</style>