Html Css Color HEX #031CAE International Klein Blue
📋 copy color: '#031CAE'red 3 ◦ green 28 ◦ blue 174
Shades of International Klein Blue #031CAE
Tints of International Klein Blue #031CAE
RGB
CMYK
RGB Variations
Color information
#031CAE (or 0x031CAE) is known color: International Klein Blue. HEX triplet: 03, 1C and AE. RGB value is (3,28,174). Sum of RGB (Red+Green+Blue) = 3+28+174=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 174 (68.36% from 255 or 84.88% from 205); Max value from RGB is 174 - color contains mainly: blue. Hex color #031CAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031CAE is #FCE351. Grayscale: #242424. Windows color (decimal): -16573266 or 11410435. OLE color: 11410435.
HSL color Cylindrical-coordinate representation of color #031CAE: hue angle of 231.23º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031CAE is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 28 | 174 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.32 |
| HSL | 231.23º | 0.97% | 0.35% | - |
| HSV(B) | 231.23º | 0.98% | 0.68% | - |
| XYZ | 8.09 | 3.91 | 40.37 | - |
| YUV | 37.17 | 205.22 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 174 | 0.98 | 0.84 | 0 | 0.32 | 231.23 | 0.97 | 0.35 |
| Hex | 3 | 1C | AE | 62 | 54 | 0 | 20 | E7 | 61 | 23 |
| Octal | 3 | 34 | 256 | 142 | 124 | 0 | 40 | 347 | 141 | 43 |
| Binary | 11 | 11100 | 10101110 | 1100010 | 1010100 | 0 | 100000 | 11100111 | 1100001 | 100011 |
Color Harmonies of #031CAE
Complementary color
Monochromatic Colors of #031CAE
Black with #031CAE
Text Example
Text Example
White with #031CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031CAE; }
p { color: rgb(3,28,174); }
H1.HeaderClassName
{
color: #031CAE;
}
.AnyTagClassName
{
color: #031CAE;
}
</style>
background-color css
<style>
a { background-color: #031CAE; }
a { background-color: rgb(3,28,174); }
div.DivClassName
{
background-color: #031CAE;
}
.BgClassName
{
background-color: #031CAE;
}
</style>
border-color css
<style>
span { border-color: #031CAE; }
span { border-color: rgb(3,28,174); }
td.TdClassName
{
border-color: #031CAE;
}
.TagClassName
{
border-color: #031CAE;
}
</style>