Shades of Blue #232AFF
Tints of Blue #232AFF
RGB
CMYK
RGB Variations
Color information
#232AFF (or 0x232AFF) is known color: Blue. HEX triplet: 23, 2A and FF. RGB value is (35,42,255). Sum of RGB (Red+Green+Blue) = 35+42+255=332 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.54% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 255 (100% from 255 or 76.81% from 332); Max value from RGB is 255 - color contains mainly: blue. Hex color #232AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232AFF is #DCD500. Grayscale: #3F3F3F. Windows color (decimal): -14472449 or 16722467. OLE color: 16722467.
HSL color Cylindrical-coordinate representation of color #232AFF: hue angle of 238.09º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #232AFF is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 42 | 255 | - |
| CMYK | 0.86 | 0.84 | 0 | 0 |
| HSL | 238.09º | 1% | 0.57% | - |
| HSV(B) | 238.09º | 0.86% | 1% | - |
| XYZ | 19.57 | 9.23 | 95.36 | - |
| YUV | 64.19 | 235.68 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 255 | 0.86 | 0.84 | 0 | 0 | 238.09 | 1 | 0.57 |
| Hex | 23 | 2A | FF | 56 | 54 | 0 | 0 | EE | 64 | 39 |
| Octal | 43 | 52 | 377 | 126 | 124 | 0 | 0 | 356 | 144 | 71 |
| Binary | 100011 | 101010 | 11111111 | 1010110 | 1010100 | 0 | 0 | 11101110 | 1100100 | 111001 |
Color Harmonies of #232AFF
Complementary color
Monochromatic Colors of #232AFF
Black with #232AFF
Text Example
Text Example
White with #232AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232AFF; }
p { color: rgb(35,42,255); }
H1.HeaderClassName
{
color: #232AFF;
}
.AnyTagClassName
{
color: #232AFF;
}
</style>
background-color css
<style>
a { background-color: #232AFF; }
a { background-color: rgb(35,42,255); }
div.DivClassName
{
background-color: #232AFF;
}
.BgClassName
{
background-color: #232AFF;
}
</style>
border-color css
<style>
span { border-color: #232AFF; }
span { border-color: rgb(35,42,255); }
td.TdClassName
{
border-color: #232AFF;
}
.TagClassName
{
border-color: #232AFF;
}
</style>