Shades of Blue #231EEE
Tints of Blue #231EEE
RGB
CMYK
RGB Variations
Color information
#231EEE (or 0x231EEE) is known color: Blue. HEX triplet: 23, 1E and EE. RGB value is (35,30,238). Sum of RGB (Red+Green+Blue) = 35+30+238=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 238 (93.36% from 255 or 78.55% from 303); Max value from RGB is 238 - color contains mainly: blue. Hex color #231EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231EEE is #DCE111. Grayscale: #363636. Windows color (decimal): -14475538 or 15605283. OLE color: 15605283.
HSL color Cylindrical-coordinate representation of color #231EEE: hue angle of 241.44º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #231EEE is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 30 | 238 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.07 |
| HSL | 241.44º | 0.86% | 0.53% | - |
| HSV(B) | 241.44º | 0.87% | 0.93% | - |
| XYZ | 16.59 | 7.46 | 81.45 | - |
| YUV | 55.21 | 231.16 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 30 | 238 | 0.85 | 0.87 | 0 | 0.07 | 241.44 | 0.86 | 0.53 |
| Hex | 23 | 1E | EE | 55 | 57 | 0 | 7 | F1 | 56 | 35 |
| Octal | 43 | 36 | 356 | 125 | 127 | 0 | 7 | 361 | 126 | 65 |
| Binary | 100011 | 11110 | 11101110 | 1010101 | 1010111 | 0 | 111 | 11110001 | 1010110 | 110101 |
Color Harmonies of #231EEE
Complementary color
Monochromatic Colors of #231EEE
Black with #231EEE
Text Example
Text Example
White with #231EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231EEE; }
p { color: rgb(35,30,238); }
H1.HeaderClassName
{
color: #231EEE;
}
.AnyTagClassName
{
color: #231EEE;
}
</style>
background-color css
<style>
a { background-color: #231EEE; }
a { background-color: rgb(35,30,238); }
div.DivClassName
{
background-color: #231EEE;
}
.BgClassName
{
background-color: #231EEE;
}
</style>
border-color css
<style>
span { border-color: #231EEE; }
span { border-color: rgb(35,30,238); }
td.TdClassName
{
border-color: #231EEE;
}
.TagClassName
{
border-color: #231EEE;
}
</style>