Html Css Color HEX #0338BD International Klein Blue
📋 copy color: '#0338BD'red 3 ◦ green 56 ◦ blue 189
Shades of International Klein Blue #0338BD
Tints of International Klein Blue #0338BD
RGB
CMYK
RGB Variations
Color information
#0338BD (or 0x0338BD) is known color: International Klein Blue. HEX triplet: 03, 38 and BD. RGB value is (3,56,189). Sum of RGB (Red+Green+Blue) = 3+56+189=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 189 (74.22% from 255 or 76.21% from 248); Max value from RGB is 189 - color contains mainly: blue. Hex color #0338BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0338BD is #FCC742. Grayscale: #363636. Windows color (decimal): -16566083 or 12400643. OLE color: 12400643.
HSL color Cylindrical-coordinate representation of color #0338BD: hue angle of 222.9º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0338BD is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 56 | 189 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.26 |
| HSL | 222.9º | 0.97% | 0.38% | - |
| HSV(B) | 222.9º | 0.98% | 0.74% | - |
| XYZ | 10.64 | 6.52 | 48.84 | - |
| YUV | 55.32 | 203.44 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 56 | 189 | 0.98 | 0.70 | 0 | 0.26 | 222.9 | 0.97 | 0.38 |
| Hex | 3 | 38 | BD | 62 | 46 | 0 | 1A | DF | 61 | 26 |
| Octal | 3 | 70 | 275 | 142 | 106 | 0 | 32 | 337 | 141 | 46 |
| Binary | 11 | 111000 | 10111101 | 1100010 | 1000110 | 0 | 11010 | 11011111 | 1100001 | 100110 |
Color Harmonies of #0338BD
Complementary color
Monochromatic Colors of #0338BD
Black with #0338BD
Text Example
Text Example
White with #0338BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0338BD; }
p { color: rgb(3,56,189); }
H1.HeaderClassName
{
color: #0338BD;
}
.AnyTagClassName
{
color: #0338BD;
}
</style>
background-color css
<style>
a { background-color: #0338BD; }
a { background-color: rgb(3,56,189); }
div.DivClassName
{
background-color: #0338BD;
}
.BgClassName
{
background-color: #0338BD;
}
</style>
border-color css
<style>
span { border-color: #0338BD; }
span { border-color: rgb(3,56,189); }
td.TdClassName
{
border-color: #0338BD;
}
.TagClassName
{
border-color: #0338BD;
}
</style>