Shades of Persian Blue #2336CE
Tints of Persian Blue #2336CE
RGB
CMYK
RGB Variations
Color information
#2336CE (or 0x2336CE) is known color: Persian Blue. HEX triplet: 23, 36 and CE. RGB value is (35,54,206). Sum of RGB (Red+Green+Blue) = 35+54+206=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #2336CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2336CE is #DCC931. Grayscale: #414141. Windows color (decimal): -14469426 or 13514275. OLE color: 13514275.
HSL color Cylindrical-coordinate representation of color #2336CE: hue angle of 233.33º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2336CE is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 54 | 206 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.19 |
| HSL | 233.33º | 0.71% | 0.47% | - |
| HSV(B) | 233.33º | 0.83% | 0.81% | - |
| XYZ | 13.15 | 7.45 | 59.14 | - |
| YUV | 65.65 | 207.21 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 54 | 206 | 0.83 | 0.74 | 0 | 0.19 | 233.33 | 0.71 | 0.47 |
| Hex | 23 | 36 | CE | 53 | 4A | 0 | 13 | E9 | 47 | 2F |
| Octal | 43 | 66 | 316 | 123 | 112 | 0 | 23 | 351 | 107 | 57 |
| Binary | 100011 | 110110 | 11001110 | 1010011 | 1001010 | 0 | 10011 | 11101001 | 1000111 | 101111 |
Color Harmonies of #2336CE
Complementary color
Monochromatic Colors of #2336CE
Black with #2336CE
Text Example
Text Example
White with #2336CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2336CE; }
p { color: rgb(35,54,206); }
H1.HeaderClassName
{
color: #2336CE;
}
.AnyTagClassName
{
color: #2336CE;
}
</style>
background-color css
<style>
a { background-color: #2336CE; }
a { background-color: rgb(35,54,206); }
div.DivClassName
{
background-color: #2336CE;
}
.BgClassName
{
background-color: #2336CE;
}
</style>
border-color css
<style>
span { border-color: #2336CE; }
span { border-color: rgb(35,54,206); }
td.TdClassName
{
border-color: #2336CE;
}
.TagClassName
{
border-color: #2336CE;
}
</style>