Shades of Persian Blue #2337A8
Tints of Persian Blue #2337A8
RGB
CMYK
RGB Variations
Color information
#2337A8 (or 0x2337A8) is known color: Persian Blue. HEX triplet: 23, 37 and A8. RGB value is (35,55,168). Sum of RGB (Red+Green+Blue) = 35+55+168=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 168 (66.02% from 255 or 65.12% from 258); Max value from RGB is 168 - color contains mainly: blue. Hex color #2337A8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2337A8 is #DCC857. Grayscale: #3D3D3D. Windows color (decimal): -14469208 or 11024163. OLE color: 11024163.
HSL color Cylindrical-coordinate representation of color #2337A8: hue angle of 230.98º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2337A8 is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 35 | 55 | 168 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.34 |
| HSL | 230.98º | 0.66% | 0.4% | - |
| HSV(B) | 230.98º | 0.79% | 0.66% | - |
| XYZ | 9.13 | 5.92 | 37.71 | - |
| YUV | 61.9 | 187.87 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 55 | 168 | 0.79 | 0.67 | 0 | 0.34 | 230.98 | 0.66 | 0.4 |
| Hex | 23 | 37 | A8 | 4F | 43 | 0 | 22 | E7 | 42 | 28 |
| Octal | 43 | 67 | 250 | 117 | 103 | 0 | 42 | 347 | 102 | 50 |
| Binary | 100011 | 110111 | 10101000 | 1001111 | 1000011 | 0 | 100010 | 11100111 | 1000010 | 101000 |
Color Harmonies of #2337A8
Complementary color
Monochromatic Colors of #2337A8
Black with #2337A8
Text Example
Text Example
White with #2337A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2337A8; }
p { color: rgb(35,55,168); }
H1.HeaderClassName
{
color: #2337A8;
}
.AnyTagClassName
{
color: #2337A8;
}
</style>
background-color css
<style>
a { background-color: #2337A8; }
a { background-color: rgb(35,55,168); }
div.DivClassName
{
background-color: #2337A8;
}
.BgClassName
{
background-color: #2337A8;
}
</style>
border-color css
<style>
span { border-color: #2337A8; }
span { border-color: rgb(35,55,168); }
td.TdClassName
{
border-color: #2337A8;
}
.TagClassName
{
border-color: #2337A8;
}
</style>