Shades of Persian Blue #233EDB
Tints of Persian Blue #233EDB
RGB
CMYK
RGB Variations
Color information
#233EDB (or 0x233EDB) is known color: Persian Blue. HEX triplet: 23, 3E and DB. RGB value is (35,62,219). Sum of RGB (Red+Green+Blue) = 35+62+219=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #233EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233EDB is #DCC124. Grayscale: #474747. Windows color (decimal): -14467365 or 14368291. OLE color: 14368291.
HSL color Cylindrical-coordinate representation of color #233EDB: hue angle of 231.2º 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 #233EDB is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 62 | 219 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.14 |
| HSL | 231.2º | 0.72% | 0.5% | - |
| HSV(B) | 231.2º | 0.84% | 0.86% | - |
| XYZ | 15.2 | 8.92 | 67.94 | - |
| YUV | 71.83 | 211.05 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 62 | 219 | 0.84 | 0.72 | 0 | 0.14 | 231.2 | 0.72 | 0.5 |
| Hex | 23 | 3E | DB | 54 | 48 | 0 | E | E7 | 48 | 32 |
| Octal | 43 | 76 | 333 | 124 | 110 | 0 | 16 | 347 | 110 | 62 |
| Binary | 100011 | 111110 | 11011011 | 1010100 | 1001000 | 0 | 1110 | 11100111 | 1001000 | 110010 |
Color Harmonies of #233EDB
Complementary color
Monochromatic Colors of #233EDB
Black with #233EDB
Text Example
Text Example
White with #233EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233EDB; }
p { color: rgb(35,62,219); }
H1.HeaderClassName
{
color: #233EDB;
}
.AnyTagClassName
{
color: #233EDB;
}
</style>
background-color css
<style>
a { background-color: #233EDB; }
a { background-color: rgb(35,62,219); }
div.DivClassName
{
background-color: #233EDB;
}
.BgClassName
{
background-color: #233EDB;
}
</style>
border-color css
<style>
span { border-color: #233EDB; }
span { border-color: rgb(35,62,219); }
td.TdClassName
{
border-color: #233EDB;
}
.TagClassName
{
border-color: #233EDB;
}
</style>