Shades of Persian Blue #233EEA
Tints of Persian Blue #233EEA
RGB
CMYK
RGB Variations
Color information
#233EEA (or 0x233EEA) is known color: Persian Blue. HEX triplet: 23, 3E and EA. RGB value is (35,62,234). Sum of RGB (Red+Green+Blue) = 35+62+234=331 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.57% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 234 (91.80% from 255 or 70.69% from 331); Max value from RGB is 234 - color contains mainly: blue. Hex color #233EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233EEA is #DCC115. Grayscale: #484848. Windows color (decimal): -14467350 or 15351331. OLE color: 15351331.
HSL color Cylindrical-coordinate representation of color #233EEA: hue angle of 231.86º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #233EEA is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 62 | 234 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.08 |
| HSL | 231.86º | 0.83% | 0.53% | - |
| HSV(B) | 231.86º | 0.85% | 0.92% | - |
| XYZ | 17.27 | 9.74 | 78.81 | - |
| YUV | 73.54 | 218.55 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 62 | 234 | 0.85 | 0.74 | 0 | 0.08 | 231.86 | 0.83 | 0.53 |
| Hex | 23 | 3E | EA | 55 | 4A | 0 | 8 | E8 | 53 | 35 |
| Octal | 43 | 76 | 352 | 125 | 112 | 0 | 10 | 350 | 123 | 65 |
| Binary | 100011 | 111110 | 11101010 | 1010101 | 1001010 | 0 | 1000 | 11101000 | 1010011 | 110101 |
Color Harmonies of #233EEA
Complementary color
Monochromatic Colors of #233EEA
Black with #233EEA
Text Example
Text Example
White with #233EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233EEA; }
p { color: rgb(35,62,234); }
H1.HeaderClassName
{
color: #233EEA;
}
.AnyTagClassName
{
color: #233EEA;
}
</style>
background-color css
<style>
a { background-color: #233EEA; }
a { background-color: rgb(35,62,234); }
div.DivClassName
{
background-color: #233EEA;
}
.BgClassName
{
background-color: #233EEA;
}
</style>
border-color css
<style>
span { border-color: #233EEA; }
span { border-color: rgb(35,62,234); }
td.TdClassName
{
border-color: #233EEA;
}
.TagClassName
{
border-color: #233EEA;
}
</style>