Shades of Blue #231EF3
Tints of Blue #231EF3
RGB
CMYK
RGB Variations
Color information
#231EF3 (or 0x231EF3) is known color: Blue. HEX triplet: 23, 1E and F3. RGB value is (35,30,243). Sum of RGB (Red+Green+Blue) = 35+30+243=308 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.36% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 243 (95.31% from 255 or 78.90% from 308); Max value from RGB is 243 - color contains mainly: blue. Hex color #231EF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231EF3 is #DCE10C. Grayscale: #363636. Windows color (decimal): -14475533 or 15932963. OLE color: 15932963.
HSL color Cylindrical-coordinate representation of color #231EF3: hue angle of 241.41º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231EF3 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 30 | 243 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.05 |
| HSL | 241.41º | 0.9% | 0.54% | - |
| HSV(B) | 241.41º | 0.88% | 0.95% | - |
| XYZ | 17.34 | 7.76 | 85.38 | - |
| YUV | 55.78 | 233.66 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 30 | 243 | 0.86 | 0.88 | 0 | 0.05 | 241.41 | 0.9 | 0.54 |
| Hex | 23 | 1E | F3 | 56 | 58 | 0 | 5 | F1 | 5A | 36 |
| Octal | 43 | 36 | 363 | 126 | 130 | 0 | 5 | 361 | 132 | 66 |
| Binary | 100011 | 11110 | 11110011 | 1010110 | 1011000 | 0 | 101 | 11110001 | 1011010 | 110110 |
Color Harmonies of #231EF3
Complementary color
Monochromatic Colors of #231EF3
Black with #231EF3
Text Example
Text Example
White with #231EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231EF3; }
p { color: rgb(35,30,243); }
H1.HeaderClassName
{
color: #231EF3;
}
.AnyTagClassName
{
color: #231EF3;
}
</style>
background-color css
<style>
a { background-color: #231EF3; }
a { background-color: rgb(35,30,243); }
div.DivClassName
{
background-color: #231EF3;
}
.BgClassName
{
background-color: #231EF3;
}
</style>
border-color css
<style>
span { border-color: #231EF3; }
span { border-color: rgb(35,30,243); }
td.TdClassName
{
border-color: #231EF3;
}
.TagClassName
{
border-color: #231EF3;
}
</style>