Html Css Color HEX #0328BD International Klein Blue
📋 copy color: '#0328BD'red 3 ◦ green 40 ◦ blue 189
Shades of International Klein Blue #0328BD
Tints of International Klein Blue #0328BD
RGB
CMYK
RGB Variations
Color information
#0328BD (or 0x0328BD) is known color: International Klein Blue. HEX triplet: 03, 28 and BD. RGB value is (3,40,189). Sum of RGB (Red+Green+Blue) = 3+40+189=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 189 (74.22% from 255 or 81.47% from 232); Max value from RGB is 189 - color contains mainly: blue. Hex color #0328BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0328BD is #FCD742. Grayscale: #2D2D2D. Windows color (decimal): -16570179 or 12396547. OLE color: 12396547.
HSL color Cylindrical-coordinate representation of color #0328BD: hue angle of 228.06º 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 #0328BD is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 40 | 189 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.26 |
| HSL | 228.06º | 0.97% | 0.38% | - |
| HSV(B) | 228.06º | 0.98% | 0.74% | - |
| XYZ | 9.98 | 5.21 | 48.62 | - |
| YUV | 45.92 | 208.74 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 189 | 0.98 | 0.79 | 0 | 0.26 | 228.06 | 0.97 | 0.38 |
| Hex | 3 | 28 | BD | 62 | 4F | 0 | 1A | E4 | 61 | 26 |
| Octal | 3 | 50 | 275 | 142 | 117 | 0 | 32 | 344 | 141 | 46 |
| Binary | 11 | 101000 | 10111101 | 1100010 | 1001111 | 0 | 11010 | 11100100 | 1100001 | 100110 |
Color Harmonies of #0328BD
Complementary color
Monochromatic Colors of #0328BD
Black with #0328BD
Text Example
Text Example
White with #0328BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0328BD; }
p { color: rgb(3,40,189); }
H1.HeaderClassName
{
color: #0328BD;
}
.AnyTagClassName
{
color: #0328BD;
}
</style>
background-color css
<style>
a { background-color: #0328BD; }
a { background-color: rgb(3,40,189); }
div.DivClassName
{
background-color: #0328BD;
}
.BgClassName
{
background-color: #0328BD;
}
</style>
border-color css
<style>
span { border-color: #0328BD; }
span { border-color: rgb(3,40,189); }
td.TdClassName
{
border-color: #0328BD;
}
.TagClassName
{
border-color: #0328BD;
}
</style>