Html Css Color HEX #0328B9 International Klein Blue
📋 copy color: '#0328B9'red 3 ◦ green 40 ◦ blue 185
Shades of International Klein Blue #0328B9
Tints of International Klein Blue #0328B9
RGB
CMYK
RGB Variations
Color information
#0328B9 (or 0x0328B9) is known color: International Klein Blue. HEX triplet: 03, 28 and B9. RGB value is (3,40,185). Sum of RGB (Red+Green+Blue) = 3+40+185=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 185 (72.66% from 255 or 81.14% from 228); Max value from RGB is 185 - color contains mainly: blue. Hex color #0328B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0328B9 is #FCD746. Grayscale: #2C2C2C. Windows color (decimal): -16570183 or 12134403. OLE color: 12134403.
HSL color Cylindrical-coordinate representation of color #0328B9: hue angle of 227.8º 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 #0328B9 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 40 | 185 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.27 |
| HSL | 227.8º | 0.97% | 0.37% | - |
| HSV(B) | 227.8º | 0.98% | 0.73% | - |
| XYZ | 9.55 | 5.04 | 46.37 | - |
| YUV | 45.47 | 206.74 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 185 | 0.98 | 0.78 | 0 | 0.27 | 227.8 | 0.97 | 0.37 |
| Hex | 3 | 28 | B9 | 62 | 4E | 0 | 1B | E4 | 61 | 25 |
| Octal | 3 | 50 | 271 | 142 | 116 | 0 | 33 | 344 | 141 | 45 |
| Binary | 11 | 101000 | 10111001 | 1100010 | 1001110 | 0 | 11011 | 11100100 | 1100001 | 100101 |
Color Harmonies of #0328B9
Complementary color
Monochromatic Colors of #0328B9
Black with #0328B9
Text Example
Text Example
White with #0328B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0328B9; }
p { color: rgb(3,40,185); }
H1.HeaderClassName
{
color: #0328B9;
}
.AnyTagClassName
{
color: #0328B9;
}
</style>
background-color css
<style>
a { background-color: #0328B9; }
a { background-color: rgb(3,40,185); }
div.DivClassName
{
background-color: #0328B9;
}
.BgClassName
{
background-color: #0328B9;
}
</style>
border-color css
<style>
span { border-color: #0328B9; }
span { border-color: rgb(3,40,185); }
td.TdClassName
{
border-color: #0328B9;
}
.TagClassName
{
border-color: #0328B9;
}
</style>