Shades of Persian Blue #2337D6
Tints of Persian Blue #2337D6
RGB
CMYK
RGB Variations
Color information
#2337D6 (or 0x2337D6) is known color: Persian Blue. HEX triplet: 23, 37 and D6. RGB value is (35,55,214). Sum of RGB (Red+Green+Blue) = 35+55+214=304 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.51% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 214 (83.98% from 255 or 70.39% from 304); Max value from RGB is 214 - color contains mainly: blue. Hex color #2337D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2337D6 is #DCC829. Grayscale: #424242. Windows color (decimal): -14469162 or 14038819. OLE color: 14038819.
HSL color Cylindrical-coordinate representation of color #2337D6: hue angle of 233.3º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2337D6 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 55 | 214 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.16 |
| HSL | 233.3º | 0.72% | 0.49% | - |
| HSV(B) | 233.3º | 0.84% | 0.84% | - |
| XYZ | 14.2 | 7.94 | 64.4 | - |
| YUV | 67.15 | 210.87 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 55 | 214 | 0.84 | 0.74 | 0 | 0.16 | 233.3 | 0.72 | 0.49 |
| Hex | 23 | 37 | D6 | 54 | 4A | 0 | 10 | E9 | 48 | 31 |
| Octal | 43 | 67 | 326 | 124 | 112 | 0 | 20 | 351 | 110 | 61 |
| Binary | 100011 | 110111 | 11010110 | 1010100 | 1001010 | 0 | 10000 | 11101001 | 1001000 | 110001 |
Color Harmonies of #2337D6
Complementary color
Monochromatic Colors of #2337D6
Black with #2337D6
Text Example
Text Example
White with #2337D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2337D6; }
p { color: rgb(35,55,214); }
H1.HeaderClassName
{
color: #2337D6;
}
.AnyTagClassName
{
color: #2337D6;
}
</style>
background-color css
<style>
a { background-color: #2337D6; }
a { background-color: rgb(35,55,214); }
div.DivClassName
{
background-color: #2337D6;
}
.BgClassName
{
background-color: #2337D6;
}
</style>
border-color css
<style>
span { border-color: #2337D6; }
span { border-color: rgb(35,55,214); }
td.TdClassName
{
border-color: #2337D6;
}
.TagClassName
{
border-color: #2337D6;
}
</style>