Html Css Color HEX #003AAA International Klein Blue
📋 copy color: '#003AAA'red 0 ◦ green 58 ◦ blue 170
Shades of International Klein Blue #003AAA
Tints of International Klein Blue #003AAA
RGB
CMYK
RGB Variations
Color information
#003AAA (or 0x003AAA) is known color: International Klein Blue. HEX triplet: 00, 3A and AA. RGB value is (0,58,170). Sum of RGB (Red+Green+Blue) = 0+58+170=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 170 (66.80% from 255 or 74.56% from 228); Max value from RGB is 170 - color contains mainly: blue. Hex color #003AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003AAA is #FFC555. Grayscale: #343434. Windows color (decimal): -16762198 or 11155968. OLE color: 11155968.
HSL color Cylindrical-coordinate representation of color #003AAA: hue angle of 219.53º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003AAA is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 58 | 170 | - |
| CMYK | 1 | 0.66 | 0 | 0.33 |
| HSL | 219.53º | 1% | 0.33% | - |
| HSV(B) | 219.53º | 1% | 0.67% | - |
| XYZ | 8.77 | 5.93 | 38.71 | - |
| YUV | 53.43 | 193.78 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 170 | 1 | 0.66 | 0 | 0.33 | 219.53 | 1 | 0.33 |
| Hex | 0 | 3A | AA | 64 | 42 | 0 | 21 | DC | 64 | 21 |
| Octal | 0 | 72 | 252 | 144 | 102 | 0 | 41 | 334 | 144 | 41 |
| Binary | 0 | 111010 | 10101010 | 1100100 | 1000010 | 0 | 100001 | 11011100 | 1100100 | 100001 |
Color Harmonies of #003AAA
Complementary color
Monochromatic Colors of #003AAA
Black with #003AAA
Text Example
Text Example
White with #003AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003AAA; }
p { color: rgb(0,58,170); }
H1.HeaderClassName
{
color: #003AAA;
}
.AnyTagClassName
{
color: #003AAA;
}
</style>
background-color css
<style>
a { background-color: #003AAA; }
a { background-color: rgb(0,58,170); }
div.DivClassName
{
background-color: #003AAA;
}
.BgClassName
{
background-color: #003AAA;
}
</style>
border-color css
<style>
span { border-color: #003AAA; }
span { border-color: rgb(0,58,170); }
td.TdClassName
{
border-color: #003AAA;
}
.TagClassName
{
border-color: #003AAA;
}
</style>