Shades of Persian Blue #2234CB
Tints of Persian Blue #2234CB
RGB
CMYK
RGB Variations
Color information
#2234CB (or 0x2234CB) is known color: Persian Blue. HEX triplet: 22, 34 and CB. RGB value is (34,52,203). Sum of RGB (Red+Green+Blue) = 34+52+203=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 203 (79.69% from 255 or 70.24% from 289); Max value from RGB is 203 - color contains mainly: blue. Hex color #2234CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2234CB is #DDCB34. Grayscale: #3F3F3F. Windows color (decimal): -14535477 or 13317154. OLE color: 13317154.
HSL color Cylindrical-coordinate representation of color #2234CB: hue angle of 233.61º 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 #2234CB is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 52 | 203 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.20 |
| HSL | 233.61º | 0.71% | 0.46% | - |
| HSV(B) | 233.61º | 0.83% | 0.8% | - |
| XYZ | 12.67 | 7.11 | 57.2 | - |
| YUV | 63.83 | 206.54 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 52 | 203 | 0.83 | 0.74 | 0 | 0.20 | 233.61 | 0.71 | 0.46 |
| Hex | 22 | 34 | CB | 53 | 4A | 0 | 14 | EA | 47 | 2E |
| Octal | 42 | 64 | 313 | 123 | 112 | 0 | 24 | 352 | 107 | 56 |
| Binary | 100010 | 110100 | 11001011 | 1010011 | 1001010 | 0 | 10100 | 11101010 | 1000111 | 101110 |
Color Harmonies of #2234CB
Complementary color
Monochromatic Colors of #2234CB
Black with #2234CB
Text Example
Text Example
White with #2234CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2234CB; }
p { color: rgb(34,52,203); }
H1.HeaderClassName
{
color: #2234CB;
}
.AnyTagClassName
{
color: #2234CB;
}
</style>
background-color css
<style>
a { background-color: #2234CB; }
a { background-color: rgb(34,52,203); }
div.DivClassName
{
background-color: #2234CB;
}
.BgClassName
{
background-color: #2234CB;
}
</style>
border-color css
<style>
span { border-color: #2234CB; }
span { border-color: rgb(34,52,203); }
td.TdClassName
{
border-color: #2234CB;
}
.TagClassName
{
border-color: #2234CB;
}
</style>