Shades of Persian Blue #2238CA
Tints of Persian Blue #2238CA
RGB
CMYK
RGB Variations
Color information
#2238CA (or 0x2238CA) is known color: Persian Blue. HEX triplet: 22, 38 and CA. RGB value is (34,56,202). Sum of RGB (Red+Green+Blue) = 34+56+202=292 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.64% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 202 (79.30% from 255 or 69.18% from 292); Max value from RGB is 202 - color contains mainly: blue. Hex color #2238CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2238CA is #DDC735. Grayscale: #414141. Windows color (decimal): -14534454 or 13252642. OLE color: 13252642.
HSL color Cylindrical-coordinate representation of color #2238CA: hue angle of 232.14º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2238CA is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 56 | 202 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.21 |
| HSL | 232.14º | 0.71% | 0.46% | - |
| HSV(B) | 232.14º | 0.83% | 0.79% | - |
| XYZ | 12.73 | 7.43 | 56.64 | - |
| YUV | 66.07 | 204.71 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 56 | 202 | 0.83 | 0.72 | 0 | 0.21 | 232.14 | 0.71 | 0.46 |
| Hex | 22 | 38 | CA | 53 | 48 | 0 | 15 | E8 | 47 | 2E |
| Octal | 42 | 70 | 312 | 123 | 110 | 0 | 25 | 350 | 107 | 56 |
| Binary | 100010 | 111000 | 11001010 | 1010011 | 1001000 | 0 | 10101 | 11101000 | 1000111 | 101110 |
Color Harmonies of #2238CA
Complementary color
Monochromatic Colors of #2238CA
Black with #2238CA
Text Example
Text Example
White with #2238CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2238CA; }
p { color: rgb(34,56,202); }
H1.HeaderClassName
{
color: #2238CA;
}
.AnyTagClassName
{
color: #2238CA;
}
</style>
background-color css
<style>
a { background-color: #2238CA; }
a { background-color: rgb(34,56,202); }
div.DivClassName
{
background-color: #2238CA;
}
.BgClassName
{
background-color: #2238CA;
}
</style>
border-color css
<style>
span { border-color: #2238CA; }
span { border-color: rgb(34,56,202); }
td.TdClassName
{
border-color: #2238CA;
}
.TagClassName
{
border-color: #2238CA;
}
</style>