Shades of Persian Blue #2335CF
Tints of Persian Blue #2335CF
RGB
CMYK
RGB Variations
Color information
#2335CF (or 0x2335CF) is known color: Persian Blue. HEX triplet: 23, 35 and CF. RGB value is (35,53,207). Sum of RGB (Red+Green+Blue) = 35+53+207=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 207 (81.25% from 255 or 70.17% from 295); Max value from RGB is 207 - color contains mainly: blue. Hex color #2335CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2335CF is #DCCA30. Grayscale: #404040. Windows color (decimal): -14469681 or 13579555. OLE color: 13579555.
HSL color Cylindrical-coordinate representation of color #2335CF: hue angle of 233.72º 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 #2335CF is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 53 | 207 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.19 |
| HSL | 233.72º | 0.71% | 0.47% | - |
| HSV(B) | 233.72º | 0.83% | 0.81% | - |
| XYZ | 13.23 | 7.41 | 59.76 | - |
| YUV | 65.17 | 208.04 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 53 | 207 | 0.83 | 0.74 | 0 | 0.19 | 233.72 | 0.71 | 0.47 |
| Hex | 23 | 35 | CF | 53 | 4A | 0 | 13 | EA | 47 | 2F |
| Octal | 43 | 65 | 317 | 123 | 112 | 0 | 23 | 352 | 107 | 57 |
| Binary | 100011 | 110101 | 11001111 | 1010011 | 1001010 | 0 | 10011 | 11101010 | 1000111 | 101111 |
Color Harmonies of #2335CF
Complementary color
Monochromatic Colors of #2335CF
Black with #2335CF
Text Example
Text Example
White with #2335CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2335CF; }
p { color: rgb(35,53,207); }
H1.HeaderClassName
{
color: #2335CF;
}
.AnyTagClassName
{
color: #2335CF;
}
</style>
background-color css
<style>
a { background-color: #2335CF; }
a { background-color: rgb(35,53,207); }
div.DivClassName
{
background-color: #2335CF;
}
.BgClassName
{
background-color: #2335CF;
}
</style>
border-color css
<style>
span { border-color: #2335CF; }
span { border-color: rgb(35,53,207); }
td.TdClassName
{
border-color: #2335CF;
}
.TagClassName
{
border-color: #2335CF;
}
</style>