Shades of Persian Blue #223CCB
Tints of Persian Blue #223CCB
RGB
CMYK
RGB Variations
Color information
#223CCB (or 0x223CCB) is known color: Persian Blue. HEX triplet: 22, 3C and CB. RGB value is (34,60,203). Sum of RGB (Red+Green+Blue) = 34+60+203=297 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.45% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #223CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223CCB is #DDC334. Grayscale: #434343. Windows color (decimal): -14533429 or 13319202. OLE color: 13319202.
HSL color Cylindrical-coordinate representation of color #223CCB: hue angle of 230.77º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #223CCB is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 60 | 203 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.20 |
| HSL | 230.77º | 0.71% | 0.46% | - |
| HSV(B) | 230.77º | 0.83% | 0.8% | - |
| XYZ | 13.06 | 7.88 | 57.33 | - |
| YUV | 68.53 | 203.89 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 60 | 203 | 0.83 | 0.70 | 0 | 0.20 | 230.77 | 0.71 | 0.46 |
| Hex | 22 | 3C | CB | 53 | 46 | 0 | 14 | E7 | 47 | 2E |
| Octal | 42 | 74 | 313 | 123 | 106 | 0 | 24 | 347 | 107 | 56 |
| Binary | 100010 | 111100 | 11001011 | 1010011 | 1000110 | 0 | 10100 | 11100111 | 1000111 | 101110 |
Color Harmonies of #223CCB
Complementary color
Monochromatic Colors of #223CCB
Black with #223CCB
Text Example
Text Example
White with #223CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223CCB; }
p { color: rgb(34,60,203); }
H1.HeaderClassName
{
color: #223CCB;
}
.AnyTagClassName
{
color: #223CCB;
}
</style>
background-color css
<style>
a { background-color: #223CCB; }
a { background-color: rgb(34,60,203); }
div.DivClassName
{
background-color: #223CCB;
}
.BgClassName
{
background-color: #223CCB;
}
</style>
border-color css
<style>
span { border-color: #223CCB; }
span { border-color: rgb(34,60,203); }
td.TdClassName
{
border-color: #223CCB;
}
.TagClassName
{
border-color: #223CCB;
}
</style>