Shades of Persian Blue #2238CB
Tints of Persian Blue #2238CB
RGB
CMYK
RGB Variations
Color information
#2238CB (or 0x2238CB) is known color: Persian Blue. HEX triplet: 22, 38 and CB. RGB value is (34,56,203). Sum of RGB (Red+Green+Blue) = 34+56+203=293 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.60% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 203 (79.69% from 255 or 69.28% from 293); Max value from RGB is 203 - color contains mainly: blue. Hex color #2238CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2238CB is #DDC734. Grayscale: #414141. Windows color (decimal): -14534453 or 13318178. OLE color: 13318178.
HSL color Cylindrical-coordinate representation of color #2238CB: hue angle of 232.19º 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 #2238CB is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 56 | 203 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.20 |
| HSL | 232.19º | 0.71% | 0.46% | - |
| HSV(B) | 232.19º | 0.83% | 0.8% | - |
| XYZ | 12.85 | 7.48 | 57.27 | - |
| YUV | 66.18 | 205.21 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 56 | 203 | 0.83 | 0.72 | 0 | 0.20 | 232.19 | 0.71 | 0.46 |
| Hex | 22 | 38 | CB | 53 | 48 | 0 | 14 | E8 | 47 | 2E |
| Octal | 42 | 70 | 313 | 123 | 110 | 0 | 24 | 350 | 107 | 56 |
| Binary | 100010 | 111000 | 11001011 | 1010011 | 1001000 | 0 | 10100 | 11101000 | 1000111 | 101110 |
Color Harmonies of #2238CB
Complementary color
Monochromatic Colors of #2238CB
Black with #2238CB
Text Example
Text Example
White with #2238CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2238CB; }
p { color: rgb(34,56,203); }
H1.HeaderClassName
{
color: #2238CB;
}
.AnyTagClassName
{
color: #2238CB;
}
</style>
background-color css
<style>
a { background-color: #2238CB; }
a { background-color: rgb(34,56,203); }
div.DivClassName
{
background-color: #2238CB;
}
.BgClassName
{
background-color: #2238CB;
}
</style>
border-color css
<style>
span { border-color: #2238CB; }
span { border-color: rgb(34,56,203); }
td.TdClassName
{
border-color: #2238CB;
}
.TagClassName
{
border-color: #2238CB;
}
</style>