Shades of Persian Blue #2335CE
Tints of Persian Blue #2335CE
RGB
CMYK
RGB Variations
Color information
#2335CE (or 0x2335CE) is known color: Persian Blue. HEX triplet: 23, 35 and CE. RGB value is (35,53,206). Sum of RGB (Red+Green+Blue) = 35+53+206=294 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.90% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #2335CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2335CE is #DCCA31. Grayscale: #404040. Windows color (decimal): -14469682 or 13514019. OLE color: 13514019.
HSL color Cylindrical-coordinate representation of color #2335CE: hue angle of 233.68º 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 #2335CE is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 53 | 206 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.19 |
| HSL | 233.68º | 0.71% | 0.47% | - |
| HSV(B) | 233.68º | 0.83% | 0.81% | - |
| XYZ | 13.11 | 7.36 | 59.12 | - |
| YUV | 65.06 | 207.54 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 53 | 206 | 0.83 | 0.74 | 0 | 0.19 | 233.68 | 0.71 | 0.47 |
| Hex | 23 | 35 | CE | 53 | 4A | 0 | 13 | EA | 47 | 2F |
| Octal | 43 | 65 | 316 | 123 | 112 | 0 | 23 | 352 | 107 | 57 |
| Binary | 100011 | 110101 | 11001110 | 1010011 | 1001010 | 0 | 10011 | 11101010 | 1000111 | 101111 |
Color Harmonies of #2335CE
Complementary color
Monochromatic Colors of #2335CE
Black with #2335CE
Text Example
Text Example
White with #2335CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2335CE; }
p { color: rgb(35,53,206); }
H1.HeaderClassName
{
color: #2335CE;
}
.AnyTagClassName
{
color: #2335CE;
}
</style>
background-color css
<style>
a { background-color: #2335CE; }
a { background-color: rgb(35,53,206); }
div.DivClassName
{
background-color: #2335CE;
}
.BgClassName
{
background-color: #2335CE;
}
</style>
border-color css
<style>
span { border-color: #2335CE; }
span { border-color: rgb(35,53,206); }
td.TdClassName
{
border-color: #2335CE;
}
.TagClassName
{
border-color: #2335CE;
}
</style>