Html Css Color HEX #0338BC International Klein Blue
📋 copy color: '#0338BC'red 3 ◦ green 56 ◦ blue 188
Shades of International Klein Blue #0338BC
Tints of International Klein Blue #0338BC
RGB
CMYK
RGB Variations
Color information
#0338BC (or 0x0338BC) is known color: International Klein Blue. HEX triplet: 03, 38 and BC. RGB value is (3,56,188). Sum of RGB (Red+Green+Blue) = 3+56+188=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 188 (73.83% from 255 or 76.11% from 247); Max value from RGB is 188 - color contains mainly: blue. Hex color #0338BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0338BC is #FCC743. Grayscale: #363636. Windows color (decimal): -16566084 or 12335107. OLE color: 12335107.
HSL color Cylindrical-coordinate representation of color #0338BC: hue angle of 222.81º 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 #0338BC is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 56 | 188 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.26 |
| HSL | 222.81º | 0.97% | 0.37% | - |
| HSV(B) | 222.81º | 0.98% | 0.74% | - |
| XYZ | 10.53 | 6.48 | 48.27 | - |
| YUV | 55.2 | 202.94 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 56 | 188 | 0.98 | 0.70 | 0 | 0.26 | 222.81 | 0.97 | 0.37 |
| Hex | 3 | 38 | BC | 62 | 46 | 0 | 1A | DF | 61 | 25 |
| Octal | 3 | 70 | 274 | 142 | 106 | 0 | 32 | 337 | 141 | 45 |
| Binary | 11 | 111000 | 10111100 | 1100010 | 1000110 | 0 | 11010 | 11011111 | 1100001 | 100101 |
Color Harmonies of #0338BC
Complementary color
Monochromatic Colors of #0338BC
Black with #0338BC
Text Example
Text Example
White with #0338BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0338BC; }
p { color: rgb(3,56,188); }
H1.HeaderClassName
{
color: #0338BC;
}
.AnyTagClassName
{
color: #0338BC;
}
</style>
background-color css
<style>
a { background-color: #0338BC; }
a { background-color: rgb(3,56,188); }
div.DivClassName
{
background-color: #0338BC;
}
.BgClassName
{
background-color: #0338BC;
}
</style>
border-color css
<style>
span { border-color: #0338BC; }
span { border-color: rgb(3,56,188); }
td.TdClassName
{
border-color: #0338BC;
}
.TagClassName
{
border-color: #0338BC;
}
</style>