Shades of Persian Blue #2232C6
Tints of Persian Blue #2232C6
RGB
CMYK
RGB Variations
Color information
#2232C6 (or 0x2232C6) is known color: Persian Blue. HEX triplet: 22, 32 and C6. RGB value is (34,50,198). Sum of RGB (Red+Green+Blue) = 34+50+198=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 198 (77.73% from 255 or 70.21% from 282); Max value from RGB is 198 - color contains mainly: blue. Hex color #2232C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2232C6 is #DDCD39. Grayscale: #3D3D3D. Windows color (decimal): -14535994 or 12988962. OLE color: 12988962.
HSL color Cylindrical-coordinate representation of color #2232C6: hue angle of 234.15º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2232C6 is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 50 | 198 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.22 |
| HSL | 234.15º | 0.71% | 0.45% | - |
| HSV(B) | 234.15º | 0.83% | 0.78% | - |
| XYZ | 11.99 | 6.7 | 54.09 | - |
| YUV | 62.09 | 204.7 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 50 | 198 | 0.83 | 0.75 | 0 | 0.22 | 234.15 | 0.71 | 0.45 |
| Hex | 22 | 32 | C6 | 53 | 4B | 0 | 16 | EA | 47 | 2D |
| Octal | 42 | 62 | 306 | 123 | 113 | 0 | 26 | 352 | 107 | 55 |
| Binary | 100010 | 110010 | 11000110 | 1010011 | 1001011 | 0 | 10110 | 11101010 | 1000111 | 101101 |
Color Harmonies of #2232C6
Complementary color
Monochromatic Colors of #2232C6
Black with #2232C6
Text Example
Text Example
White with #2232C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2232C6; }
p { color: rgb(34,50,198); }
H1.HeaderClassName
{
color: #2232C6;
}
.AnyTagClassName
{
color: #2232C6;
}
</style>
background-color css
<style>
a { background-color: #2232C6; }
a { background-color: rgb(34,50,198); }
div.DivClassName
{
background-color: #2232C6;
}
.BgClassName
{
background-color: #2232C6;
}
</style>
border-color css
<style>
span { border-color: #2232C6; }
span { border-color: rgb(34,50,198); }
td.TdClassName
{
border-color: #2232C6;
}
.TagClassName
{
border-color: #2232C6;
}
</style>