Html Css Color HEX #033BA4 International Klein Blue
📋 copy color: '#033BA4'red 3 ◦ green 59 ◦ blue 164
Shades of International Klein Blue #033BA4
Tints of International Klein Blue #033BA4
RGB
CMYK
RGB Variations
Color information
#033BA4 (or 0x033BA4) is known color: International Klein Blue. HEX triplet: 03, 3B and A4. RGB value is (3,59,164). Sum of RGB (Red+Green+Blue) = 3+59+164=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 164 (64.45% from 255 or 72.57% from 226); Max value from RGB is 164 - color contains mainly: blue. Hex color #033BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033BA4 is #FCC45B. Grayscale: #353535. Windows color (decimal): -16565340 or 10763011. OLE color: 10763011.
HSL color Cylindrical-coordinate representation of color #033BA4: hue angle of 219.13º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033BA4 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 59 | 164 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.36 |
| HSL | 219.13º | 0.96% | 0.33% | - |
| HSV(B) | 219.13º | 0.98% | 0.64% | - |
| XYZ | 8.3 | 5.83 | 35.81 | - |
| YUV | 54.23 | 189.95 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 59 | 164 | 0.98 | 0.64 | 0 | 0.36 | 219.13 | 0.96 | 0.33 |
| Hex | 3 | 3B | A4 | 62 | 40 | 0 | 24 | DB | 60 | 21 |
| Octal | 3 | 73 | 244 | 142 | 100 | 0 | 44 | 333 | 140 | 41 |
| Binary | 11 | 111011 | 10100100 | 1100010 | 1000000 | 0 | 100100 | 11011011 | 1100000 | 100001 |
Color Harmonies of #033BA4
Complementary color
Monochromatic Colors of #033BA4
Black with #033BA4
Text Example
Text Example
White with #033BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033BA4; }
p { color: rgb(3,59,164); }
H1.HeaderClassName
{
color: #033BA4;
}
.AnyTagClassName
{
color: #033BA4;
}
</style>
background-color css
<style>
a { background-color: #033BA4; }
a { background-color: rgb(3,59,164); }
div.DivClassName
{
background-color: #033BA4;
}
.BgClassName
{
background-color: #033BA4;
}
</style>
border-color css
<style>
span { border-color: #033BA4; }
span { border-color: rgb(3,59,164); }
td.TdClassName
{
border-color: #033BA4;
}
.TagClassName
{
border-color: #033BA4;
}
</style>