Shades of Persian Blue #2232CC
Tints of Persian Blue #2232CC
RGB
CMYK
RGB Variations
Color information
#2232CC (or 0x2232CC) is known color: Persian Blue. HEX triplet: 22, 32 and CC. RGB value is (34,50,204). Sum of RGB (Red+Green+Blue) = 34+50+204=288 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.81% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 204 (80.08% from 255 or 70.83% from 288); Max value from RGB is 204 - color contains mainly: blue. Hex color #2232CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2232CC is #DDCD33. Grayscale: #3E3E3E. Windows color (decimal): -14535988 or 13382178. OLE color: 13382178.
HSL color Cylindrical-coordinate representation of color #2232CC: hue angle of 234.35º 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 #2232CC is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 34 | 50 | 204 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.2 |
| HSL | 234.35º | 0.71% | 0.47% | - |
| HSV(B) | 234.35º | 0.83% | 0.8% | - |
| XYZ | 12.7 | 6.98 | 57.8 | - |
| YUV | 62.77 | 207.7 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 50 | 204 | 0.83 | 0.75 | 0 | 0.2 | 234.35 | 0.71 | 0.47 |
| Hex | 22 | 32 | CC | 53 | 4B | 0 | 14 | EA | 47 | 2F |
| Octal | 42 | 62 | 314 | 123 | 113 | 0 | 24 | 352 | 107 | 57 |
| Binary | 100010 | 110010 | 11001100 | 1010011 | 1001011 | 0 | 10100 | 11101010 | 1000111 | 101111 |
Color Harmonies of #2232CC
Complementary color
Monochromatic Colors of #2232CC
Black with #2232CC
Text Example
Text Example
White with #2232CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2232CC; }
p { color: rgb(34,50,204); }
H1.HeaderClassName
{
color: #2232CC;
}
.AnyTagClassName
{
color: #2232CC;
}
</style>
background-color css
<style>
a { background-color: #2232CC; }
a { background-color: rgb(34,50,204); }
div.DivClassName
{
background-color: #2232CC;
}
.BgClassName
{
background-color: #2232CC;
}
</style>
border-color css
<style>
span { border-color: #2232CC; }
span { border-color: rgb(34,50,204); }
td.TdClassName
{
border-color: #2232CC;
}
.TagClassName
{
border-color: #2232CC;
}
</style>