Html Css Color HEX #0338BA International Klein Blue
📋 copy color: '#0338BA'red 3 ◦ green 56 ◦ blue 186
Shades of International Klein Blue #0338BA
Tints of International Klein Blue #0338BA
RGB
CMYK
RGB Variations
Color information
#0338BA (or 0x0338BA) is known color: International Klein Blue. HEX triplet: 03, 38 and BA. RGB value is (3,56,186). Sum of RGB (Red+Green+Blue) = 3+56+186=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #0338BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0338BA is #FCC745. Grayscale: #363636. Windows color (decimal): -16566086 or 12204035. OLE color: 12204035.
HSL color Cylindrical-coordinate representation of color #0338BA: hue angle of 222.62º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0338BA is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 56 | 186 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.27 |
| HSL | 222.62º | 0.97% | 0.37% | - |
| HSV(B) | 222.62º | 0.98% | 0.73% | - |
| XYZ | 10.31 | 6.39 | 47.14 | - |
| YUV | 54.97 | 201.94 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 56 | 186 | 0.98 | 0.70 | 0 | 0.27 | 222.62 | 0.97 | 0.37 |
| Hex | 3 | 38 | BA | 62 | 46 | 0 | 1B | DF | 61 | 25 |
| Octal | 3 | 70 | 272 | 142 | 106 | 0 | 33 | 337 | 141 | 45 |
| Binary | 11 | 111000 | 10111010 | 1100010 | 1000110 | 0 | 11011 | 11011111 | 1100001 | 100101 |
Color Harmonies of #0338BA
Complementary color
Monochromatic Colors of #0338BA
Black with #0338BA
Text Example
Text Example
White with #0338BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0338BA; }
p { color: rgb(3,56,186); }
H1.HeaderClassName
{
color: #0338BA;
}
.AnyTagClassName
{
color: #0338BA;
}
</style>
background-color css
<style>
a { background-color: #0338BA; }
a { background-color: rgb(3,56,186); }
div.DivClassName
{
background-color: #0338BA;
}
.BgClassName
{
background-color: #0338BA;
}
</style>
border-color css
<style>
span { border-color: #0338BA; }
span { border-color: rgb(3,56,186); }
td.TdClassName
{
border-color: #0338BA;
}
.TagClassName
{
border-color: #0338BA;
}
</style>