Html Css Color HEX #0338AA International Klein Blue
📋 copy color: '#0338AA'red 3 ◦ green 56 ◦ blue 170
Shades of International Klein Blue #0338AA
Tints of International Klein Blue #0338AA
RGB
CMYK
RGB Variations
Color information
#0338AA (or 0x0338AA) is known color: International Klein Blue. HEX triplet: 03, 38 and AA. RGB value is (3,56,170). Sum of RGB (Red+Green+Blue) = 3+56+170=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #0338AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0338AA is #FCC755. Grayscale: #343434. Windows color (decimal): -16566102 or 11155459. OLE color: 11155459.
HSL color Cylindrical-coordinate representation of color #0338AA: hue angle of 220.96º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0338AA is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 56 | 170 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.33 |
| HSL | 220.96º | 0.97% | 0.34% | - |
| HSV(B) | 220.96º | 0.98% | 0.67% | - |
| XYZ | 8.71 | 5.75 | 38.68 | - |
| YUV | 53.15 | 193.94 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 56 | 170 | 0.98 | 0.67 | 0 | 0.33 | 220.96 | 0.97 | 0.34 |
| Hex | 3 | 38 | AA | 62 | 43 | 0 | 21 | DD | 61 | 22 |
| Octal | 3 | 70 | 252 | 142 | 103 | 0 | 41 | 335 | 141 | 42 |
| Binary | 11 | 111000 | 10101010 | 1100010 | 1000011 | 0 | 100001 | 11011101 | 1100001 | 100010 |
Color Harmonies of #0338AA
Complementary color
Monochromatic Colors of #0338AA
Black with #0338AA
Text Example
Text Example
White with #0338AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0338AA; }
p { color: rgb(3,56,170); }
H1.HeaderClassName
{
color: #0338AA;
}
.AnyTagClassName
{
color: #0338AA;
}
</style>
background-color css
<style>
a { background-color: #0338AA; }
a { background-color: rgb(3,56,170); }
div.DivClassName
{
background-color: #0338AA;
}
.BgClassName
{
background-color: #0338AA;
}
</style>
border-color css
<style>
span { border-color: #0338AA; }
span { border-color: rgb(3,56,170); }
td.TdClassName
{
border-color: #0338AA;
}
.TagClassName
{
border-color: #0338AA;
}
</style>