Shades of Persian Blue #233EDA
Tints of Persian Blue #233EDA
RGB
CMYK
RGB Variations
Color information
#233EDA (or 0x233EDA) is known color: Persian Blue. HEX triplet: 23, 3E and DA. RGB value is (35,62,218). Sum of RGB (Red+Green+Blue) = 35+62+218=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 218 (85.55% from 255 or 69.21% from 315); Max value from RGB is 218 - color contains mainly: blue. Hex color #233EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233EDA is #DCC125. Grayscale: #474747. Windows color (decimal): -14467366 or 14302755. OLE color: 14302755.
HSL color Cylindrical-coordinate representation of color #233EDA: hue angle of 231.15º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #233EDA is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 62 | 218 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.15 |
| HSL | 231.15º | 0.72% | 0.5% | - |
| HSV(B) | 231.15º | 0.84% | 0.85% | - |
| XYZ | 15.07 | 8.86 | 67.25 | - |
| YUV | 71.71 | 210.55 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 62 | 218 | 0.84 | 0.72 | 0 | 0.15 | 231.15 | 0.72 | 0.5 |
| Hex | 23 | 3E | DA | 54 | 48 | 0 | F | E7 | 48 | 32 |
| Octal | 43 | 76 | 332 | 124 | 110 | 0 | 17 | 347 | 110 | 62 |
| Binary | 100011 | 111110 | 11011010 | 1010100 | 1001000 | 0 | 1111 | 11100111 | 1001000 | 110010 |
Color Harmonies of #233EDA
Complementary color
Monochromatic Colors of #233EDA
Black with #233EDA
Text Example
Text Example
White with #233EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233EDA; }
p { color: rgb(35,62,218); }
H1.HeaderClassName
{
color: #233EDA;
}
.AnyTagClassName
{
color: #233EDA;
}
</style>
background-color css
<style>
a { background-color: #233EDA; }
a { background-color: rgb(35,62,218); }
div.DivClassName
{
background-color: #233EDA;
}
.BgClassName
{
background-color: #233EDA;
}
</style>
border-color css
<style>
span { border-color: #233EDA; }
span { border-color: rgb(35,62,218); }
td.TdClassName
{
border-color: #233EDA;
}
.TagClassName
{
border-color: #233EDA;
}
</style>