Shades of Blue #232AF6
Tints of Blue #232AF6
RGB
CMYK
RGB Variations
Color information
#232AF6 (or 0x232AF6) is known color: Blue. HEX triplet: 23, 2A and F6. RGB value is (35,42,246). Sum of RGB (Red+Green+Blue) = 35+42+246=323 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.84% from 323); Green value is 42 (16.80% from 255 or 13.00% from 323); Blue value is 246 (96.48% from 255 or 76.16% from 323); Max value from RGB is 246 - color contains mainly: blue. Hex color #232AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232AF6 is #DCD509. Grayscale: #3E3E3E. Windows color (decimal): -14472458 or 16132643. OLE color: 16132643.
HSL color Cylindrical-coordinate representation of color #232AF6: hue angle of 238.01º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #232AF6 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 35 | 42 | 246 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.04 |
| HSL | 238.01º | 0.92% | 0.55% | - |
| HSV(B) | 238.01º | 0.86% | 0.96% | - |
| XYZ | 18.16 | 8.67 | 87.9 | - |
| YUV | 63.16 | 231.18 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 246 | 0.86 | 0.83 | 0 | 0.04 | 238.01 | 0.92 | 0.55 |
| Hex | 23 | 2A | F6 | 56 | 53 | 0 | 4 | EE | 5C | 37 |
| Octal | 43 | 52 | 366 | 126 | 123 | 0 | 4 | 356 | 134 | 67 |
| Binary | 100011 | 101010 | 11110110 | 1010110 | 1010011 | 0 | 100 | 11101110 | 1011100 | 110111 |
Color Harmonies of #232AF6
Complementary color
Monochromatic Colors of #232AF6
Black with #232AF6
Text Example
Text Example
White with #232AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232AF6; }
p { color: rgb(35,42,246); }
H1.HeaderClassName
{
color: #232AF6;
}
.AnyTagClassName
{
color: #232AF6;
}
</style>
background-color css
<style>
a { background-color: #232AF6; }
a { background-color: rgb(35,42,246); }
div.DivClassName
{
background-color: #232AF6;
}
.BgClassName
{
background-color: #232AF6;
}
</style>
border-color css
<style>
span { border-color: #232AF6; }
span { border-color: rgb(35,42,246); }
td.TdClassName
{
border-color: #232AF6;
}
.TagClassName
{
border-color: #232AF6;
}
</style>