Shades of Persian Blue #223ECB
Tints of Persian Blue #223ECB
RGB
CMYK
RGB Variations
Color information
#223ECB (or 0x223ECB) is known color: Persian Blue. HEX triplet: 22, 3E and CB. RGB value is (34,62,203). Sum of RGB (Red+Green+Blue) = 34+62+203=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #223ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223ECB is #DDC134. Grayscale: #454545. Windows color (decimal): -14532917 or 13319714. OLE color: 13319714.
HSL color Cylindrical-coordinate representation of color #223ECB: hue angle of 230.06º 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 #223ECB is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 62 | 203 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.20 |
| HSL | 230.06º | 0.71% | 0.46% | - |
| HSV(B) | 230.06º | 0.83% | 0.8% | - |
| XYZ | 13.16 | 8.1 | 57.37 | - |
| YUV | 69.7 | 203.22 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 62 | 203 | 0.83 | 0.69 | 0 | 0.20 | 230.06 | 0.71 | 0.46 |
| Hex | 22 | 3E | CB | 53 | 45 | 0 | 14 | E6 | 47 | 2E |
| Octal | 42 | 76 | 313 | 123 | 105 | 0 | 24 | 346 | 107 | 56 |
| Binary | 100010 | 111110 | 11001011 | 1010011 | 1000101 | 0 | 10100 | 11100110 | 1000111 | 101110 |
Color Harmonies of #223ECB
Complementary color
Monochromatic Colors of #223ECB
Black with #223ECB
Text Example
Text Example
White with #223ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223ECB; }
p { color: rgb(34,62,203); }
H1.HeaderClassName
{
color: #223ECB;
}
.AnyTagClassName
{
color: #223ECB;
}
</style>
background-color css
<style>
a { background-color: #223ECB; }
a { background-color: rgb(34,62,203); }
div.DivClassName
{
background-color: #223ECB;
}
.BgClassName
{
background-color: #223ECB;
}
</style>
border-color css
<style>
span { border-color: #223ECB; }
span { border-color: rgb(34,62,203); }
td.TdClassName
{
border-color: #223ECB;
}
.TagClassName
{
border-color: #223ECB;
}
</style>