Shades of Persian Blue #2238C9
Tints of Persian Blue #2238C9
RGB
CMYK
RGB Variations
Color information
#2238C9 (or 0x2238C9) is known color: Persian Blue. HEX triplet: 22, 38 and C9. RGB value is (34,56,201). Sum of RGB (Red+Green+Blue) = 34+56+201=291 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.68% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 201 (78.91% from 255 or 69.07% from 291); Max value from RGB is 201 - color contains mainly: blue. Hex color #2238C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2238C9 is #DDC736. Grayscale: #414141. Windows color (decimal): -14534455 or 13187106. OLE color: 13187106.
HSL color Cylindrical-coordinate representation of color #2238C9: hue angle of 232.1º 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 #2238C9 is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 56 | 201 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.21 |
| HSL | 232.1º | 0.71% | 0.46% | - |
| HSV(B) | 232.1º | 0.83% | 0.79% | - |
| XYZ | 12.62 | 7.39 | 56.02 | - |
| YUV | 65.95 | 204.21 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 56 | 201 | 0.83 | 0.72 | 0 | 0.21 | 232.1 | 0.71 | 0.46 |
| Hex | 22 | 38 | C9 | 53 | 48 | 0 | 15 | E8 | 47 | 2E |
| Octal | 42 | 70 | 311 | 123 | 110 | 0 | 25 | 350 | 107 | 56 |
| Binary | 100010 | 111000 | 11001001 | 1010011 | 1001000 | 0 | 10101 | 11101000 | 1000111 | 101110 |
Color Harmonies of #2238C9
Complementary color
Monochromatic Colors of #2238C9
Black with #2238C9
Text Example
Text Example
White with #2238C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2238C9; }
p { color: rgb(34,56,201); }
H1.HeaderClassName
{
color: #2238C9;
}
.AnyTagClassName
{
color: #2238C9;
}
</style>
background-color css
<style>
a { background-color: #2238C9; }
a { background-color: rgb(34,56,201); }
div.DivClassName
{
background-color: #2238C9;
}
.BgClassName
{
background-color: #2238C9;
}
</style>
border-color css
<style>
span { border-color: #2238C9; }
span { border-color: rgb(34,56,201); }
td.TdClassName
{
border-color: #2238C9;
}
.TagClassName
{
border-color: #2238C9;
}
</style>