Html Css Color HEX #03269D International Klein Blue
📋 copy color: '#03269D'red 3 ◦ green 38 ◦ blue 157
Shades of International Klein Blue #03269D
Tints of International Klein Blue #03269D
RGB
CMYK
RGB Variations
Color information
#03269D (or 0x03269D) is known color: International Klein Blue. HEX triplet: 03, 26 and 9D. RGB value is (3,38,157). Sum of RGB (Red+Green+Blue) = 3+38+157=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 157 (61.72% from 255 or 79.29% from 198); Max value from RGB is 157 - color contains mainly: blue. Hex color #03269D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03269D is #FCD962. Grayscale: #282828. Windows color (decimal): -16570723 or 10298883. OLE color: 10298883.
HSL color Cylindrical-coordinate representation of color #03269D: hue angle of 226.36º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03269D is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 38 | 157 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.38 |
| HSL | 226.36º | 0.96% | 0.31% | - |
| HSV(B) | 226.36º | 0.98% | 0.62% | - |
| XYZ | 6.82 | 3.84 | 32.28 | - |
| YUV | 41.1 | 193.4 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 38 | 157 | 0.98 | 0.76 | 0 | 0.38 | 226.36 | 0.96 | 0.31 |
| Hex | 3 | 26 | 9D | 62 | 4C | 0 | 26 | E2 | 60 | 1F |
| Octal | 3 | 46 | 235 | 142 | 114 | 0 | 46 | 342 | 140 | 37 |
| Binary | 11 | 100110 | 10011101 | 1100010 | 1001100 | 0 | 100110 | 11100010 | 1100000 | 11111 |
Color Harmonies of #03269D
Complementary color
Monochromatic Colors of #03269D
Black with #03269D
Text Example
Text Example
White with #03269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03269D; }
p { color: rgb(3,38,157); }
H1.HeaderClassName
{
color: #03269D;
}
.AnyTagClassName
{
color: #03269D;
}
</style>
background-color css
<style>
a { background-color: #03269D; }
a { background-color: rgb(3,38,157); }
div.DivClassName
{
background-color: #03269D;
}
.BgClassName
{
background-color: #03269D;
}
</style>
border-color css
<style>
span { border-color: #03269D; }
span { border-color: rgb(3,38,157); }
td.TdClassName
{
border-color: #03269D;
}
.TagClassName
{
border-color: #03269D;
}
</style>