Shades of Persian Blue #232FDE
Tints of Persian Blue #232FDE
RGB
CMYK
RGB Variations
Color information
#232FDE (or 0x232FDE) is known color: Persian Blue. HEX triplet: 23, 2F and DE. RGB value is (35,47,222). Sum of RGB (Red+Green+Blue) = 35+47+222=304 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.51% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 222 (87.11% from 255 or 73.03% from 304); Max value from RGB is 222 - color contains mainly: blue. Hex color #232FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232FDE is #DCD021. Grayscale: #3E3E3E. Windows color (decimal): -14471202 or 14561059. OLE color: 14561059.
HSL color Cylindrical-coordinate representation of color #232FDE: hue angle of 236.15º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #232FDE is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 47 | 222 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.13 |
| HSL | 236.15º | 0.74% | 0.5% | - |
| HSV(B) | 236.15º | 0.84% | 0.87% | - |
| XYZ | 14.89 | 7.66 | 69.8 | - |
| YUV | 63.36 | 217.52 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 222 | 0.84 | 0.79 | 0 | 0.13 | 236.15 | 0.74 | 0.5 |
| Hex | 23 | 2F | DE | 54 | 4F | 0 | D | EC | 4A | 32 |
| Octal | 43 | 57 | 336 | 124 | 117 | 0 | 15 | 354 | 112 | 62 |
| Binary | 100011 | 101111 | 11011110 | 1010100 | 1001111 | 0 | 1101 | 11101100 | 1001010 | 110010 |
Color Harmonies of #232FDE
Complementary color
Monochromatic Colors of #232FDE
Black with #232FDE
Text Example
Text Example
White with #232FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232FDE; }
p { color: rgb(35,47,222); }
H1.HeaderClassName
{
color: #232FDE;
}
.AnyTagClassName
{
color: #232FDE;
}
</style>
background-color css
<style>
a { background-color: #232FDE; }
a { background-color: rgb(35,47,222); }
div.DivClassName
{
background-color: #232FDE;
}
.BgClassName
{
background-color: #232FDE;
}
</style>
border-color css
<style>
span { border-color: #232FDE; }
span { border-color: rgb(35,47,222); }
td.TdClassName
{
border-color: #232FDE;
}
.TagClassName
{
border-color: #232FDE;
}
</style>