Shades of Persian Blue #232EDB
Tints of Persian Blue #232EDB
RGB
CMYK
RGB Variations
Color information
#232EDB (or 0x232EDB) is known color: Persian Blue. HEX triplet: 23, 2E and DB. RGB value is (35,46,219). Sum of RGB (Red+Green+Blue) = 35+46+219=300 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.67% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 219 (85.94% from 255 or 73% from 300); Max value from RGB is 219 - color contains mainly: blue. Hex color #232EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232EDB is #DCD124. Grayscale: #3D3D3D. Windows color (decimal): -14471461 or 14364195. OLE color: 14364195.
HSL color Cylindrical-coordinate representation of color #232EDB: hue angle of 236.41º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #232EDB is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 46 | 219 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.14 |
| HSL | 236.41º | 0.72% | 0.5% | - |
| HSV(B) | 236.41º | 0.84% | 0.86% | - |
| XYZ | 14.46 | 7.43 | 67.69 | - |
| YUV | 62.43 | 216.36 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 219 | 0.84 | 0.79 | 0 | 0.14 | 236.41 | 0.72 | 0.5 |
| Hex | 23 | 2E | DB | 54 | 4F | 0 | E | EC | 48 | 32 |
| Octal | 43 | 56 | 333 | 124 | 117 | 0 | 16 | 354 | 110 | 62 |
| Binary | 100011 | 101110 | 11011011 | 1010100 | 1001111 | 0 | 1110 | 11101100 | 1001000 | 110010 |
Color Harmonies of #232EDB
Complementary color
Monochromatic Colors of #232EDB
Black with #232EDB
Text Example
Text Example
White with #232EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232EDB; }
p { color: rgb(35,46,219); }
H1.HeaderClassName
{
color: #232EDB;
}
.AnyTagClassName
{
color: #232EDB;
}
</style>
background-color css
<style>
a { background-color: #232EDB; }
a { background-color: rgb(35,46,219); }
div.DivClassName
{
background-color: #232EDB;
}
.BgClassName
{
background-color: #232EDB;
}
</style>
border-color css
<style>
span { border-color: #232EDB; }
span { border-color: rgb(35,46,219); }
td.TdClassName
{
border-color: #232EDB;
}
.TagClassName
{
border-color: #232EDB;
}
</style>