Shades of Persian Blue #2233CD
Tints of Persian Blue #2233CD
RGB
CMYK
RGB Variations
Color information
#2233CD (or 0x2233CD) is known color: Persian Blue. HEX triplet: 22, 33 and CD. RGB value is (34,51,205). Sum of RGB (Red+Green+Blue) = 34+51+205=290 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.72% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 205 (80.47% from 255 or 70.69% from 290); Max value from RGB is 205 - color contains mainly: blue. Hex color #2233CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2233CD is #DDCC32. Grayscale: #3E3E3E. Windows color (decimal): -14535731 or 13447970. OLE color: 13447970.
HSL color Cylindrical-coordinate representation of color #2233CD: hue angle of 234.04º degrees, saturation: 0.72, 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 #2233CD is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 51 | 205 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.20 |
| HSL | 234.04º | 0.72% | 0.47% | - |
| HSV(B) | 234.04º | 0.83% | 0.8% | - |
| XYZ | 12.86 | 7.12 | 58.45 | - |
| YUV | 63.47 | 207.87 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 51 | 205 | 0.83 | 0.75 | 0 | 0.20 | 234.04 | 0.72 | 0.47 |
| Hex | 22 | 33 | CD | 53 | 4B | 0 | 14 | EA | 48 | 2F |
| Octal | 42 | 63 | 315 | 123 | 113 | 0 | 24 | 352 | 110 | 57 |
| Binary | 100010 | 110011 | 11001101 | 1010011 | 1001011 | 0 | 10100 | 11101010 | 1001000 | 101111 |
Color Harmonies of #2233CD
Complementary color
Monochromatic Colors of #2233CD
Black with #2233CD
Text Example
Text Example
White with #2233CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2233CD; }
p { color: rgb(34,51,205); }
H1.HeaderClassName
{
color: #2233CD;
}
.AnyTagClassName
{
color: #2233CD;
}
</style>
background-color css
<style>
a { background-color: #2233CD; }
a { background-color: rgb(34,51,205); }
div.DivClassName
{
background-color: #2233CD;
}
.BgClassName
{
background-color: #2233CD;
}
</style>
border-color css
<style>
span { border-color: #2233CD; }
span { border-color: rgb(34,51,205); }
td.TdClassName
{
border-color: #2233CD;
}
.TagClassName
{
border-color: #2233CD;
}
</style>