Shades of Persian Blue #2234C2
Tints of Persian Blue #2234C2
RGB
CMYK
RGB Variations
Color information
#2234C2 (or 0x2234C2) is known color: Persian Blue. HEX triplet: 22, 34 and C2. RGB value is (34,52,194). Sum of RGB (Red+Green+Blue) = 34+52+194=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 194 (76.17% from 255 or 69.29% from 280); Max value from RGB is 194 - color contains mainly: blue. Hex color #2234C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2234C2 is #DDCB3D. Grayscale: #3E3E3E. Windows color (decimal): -14535486 or 12727330. OLE color: 12727330.
HSL color Cylindrical-coordinate representation of color #2234C2: hue angle of 233.25º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2234C2 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 52 | 194 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.24 |
| HSL | 233.25º | 0.7% | 0.45% | - |
| HSV(B) | 233.25º | 0.82% | 0.76% | - |
| XYZ | 11.63 | 6.69 | 51.72 | - |
| YUV | 62.81 | 202.04 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 52 | 194 | 0.82 | 0.73 | 0 | 0.24 | 233.25 | 0.7 | 0.45 |
| Hex | 22 | 34 | C2 | 52 | 49 | 0 | 18 | E9 | 46 | 2D |
| Octal | 42 | 64 | 302 | 122 | 111 | 0 | 30 | 351 | 106 | 55 |
| Binary | 100010 | 110100 | 11000010 | 1010010 | 1001001 | 0 | 11000 | 11101001 | 1000110 | 101101 |
Color Harmonies of #2234C2
Complementary color
Monochromatic Colors of #2234C2
Black with #2234C2
Text Example
Text Example
White with #2234C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2234C2; }
p { color: rgb(34,52,194); }
H1.HeaderClassName
{
color: #2234C2;
}
.AnyTagClassName
{
color: #2234C2;
}
</style>
background-color css
<style>
a { background-color: #2234C2; }
a { background-color: rgb(34,52,194); }
div.DivClassName
{
background-color: #2234C2;
}
.BgClassName
{
background-color: #2234C2;
}
</style>
border-color css
<style>
span { border-color: #2234C2; }
span { border-color: rgb(34,52,194); }
td.TdClassName
{
border-color: #2234C2;
}
.TagClassName
{
border-color: #2234C2;
}
</style>