Html Css Color HEX #0330BC International Klein Blue
📋 copy color: '#0330BC'red 3 ◦ green 48 ◦ blue 188
Shades of International Klein Blue #0330BC
Tints of International Klein Blue #0330BC
RGB
CMYK
RGB Variations
Color information
#0330BC (or 0x0330BC) is known color: International Klein Blue. HEX triplet: 03, 30 and BC. RGB value is (3,48,188). Sum of RGB (Red+Green+Blue) = 3+48+188=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 188 (73.83% from 255 or 78.66% from 239); Max value from RGB is 188 - color contains mainly: blue. Hex color #0330BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0330BC is #FCCF43. Grayscale: #313131. Windows color (decimal): -16568132 or 12333059. OLE color: 12333059.
HSL color Cylindrical-coordinate representation of color #0330BC: hue angle of 225.41º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0330BC is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 48 | 188 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.26 |
| HSL | 225.41º | 0.97% | 0.37% | - |
| HSV(B) | 225.41º | 0.98% | 0.74% | - |
| XYZ | 10.17 | 5.76 | 48.15 | - |
| YUV | 50.51 | 205.59 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 188 | 0.98 | 0.74 | 0 | 0.26 | 225.41 | 0.97 | 0.37 |
| Hex | 3 | 30 | BC | 62 | 4A | 0 | 1A | E1 | 61 | 25 |
| Octal | 3 | 60 | 274 | 142 | 112 | 0 | 32 | 341 | 141 | 45 |
| Binary | 11 | 110000 | 10111100 | 1100010 | 1001010 | 0 | 11010 | 11100001 | 1100001 | 100101 |
Color Harmonies of #0330BC
Complementary color
Monochromatic Colors of #0330BC
Black with #0330BC
Text Example
Text Example
White with #0330BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0330BC; }
p { color: rgb(3,48,188); }
H1.HeaderClassName
{
color: #0330BC;
}
.AnyTagClassName
{
color: #0330BC;
}
</style>
background-color css
<style>
a { background-color: #0330BC; }
a { background-color: rgb(3,48,188); }
div.DivClassName
{
background-color: #0330BC;
}
.BgClassName
{
background-color: #0330BC;
}
</style>
border-color css
<style>
span { border-color: #0330BC; }
span { border-color: rgb(3,48,188); }
td.TdClassName
{
border-color: #0330BC;
}
.TagClassName
{
border-color: #0330BC;
}
</style>