Html Css Color HEX #03269C International Klein Blue
📋 copy color: '#03269C'red 3 ◦ green 38 ◦ blue 156
Shades of International Klein Blue #03269C
Tints of International Klein Blue #03269C
RGB
CMYK
RGB Variations
Color information
#03269C (or 0x03269C) is known color: International Klein Blue. HEX triplet: 03, 26 and 9C. RGB value is (3,38,156). Sum of RGB (Red+Green+Blue) = 3+38+156=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 156 (61.33% from 255 or 79.19% from 197); Max value from RGB is 156 - color contains mainly: blue. Hex color #03269C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03269C is #FCD963. Grayscale: #282828. Windows color (decimal): -16570724 or 10233347. OLE color: 10233347.
HSL color Cylindrical-coordinate representation of color #03269C: hue angle of 226.27º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03269C is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 38 | 156 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.39 |
| HSL | 226.27º | 0.96% | 0.31% | - |
| HSV(B) | 226.27º | 0.98% | 0.61% | - |
| XYZ | 6.73 | 3.81 | 31.83 | - |
| YUV | 40.99 | 192.9 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 38 | 156 | 0.98 | 0.76 | 0 | 0.39 | 226.27 | 0.96 | 0.31 |
| Hex | 3 | 26 | 9C | 62 | 4C | 0 | 27 | E2 | 60 | 1F |
| Octal | 3 | 46 | 234 | 142 | 114 | 0 | 47 | 342 | 140 | 37 |
| Binary | 11 | 100110 | 10011100 | 1100010 | 1001100 | 0 | 100111 | 11100010 | 1100000 | 11111 |
Color Harmonies of #03269C
Complementary color
Monochromatic Colors of #03269C
Black with #03269C
Text Example
Text Example
White with #03269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03269C; }
p { color: rgb(3,38,156); }
H1.HeaderClassName
{
color: #03269C;
}
.AnyTagClassName
{
color: #03269C;
}
</style>
background-color css
<style>
a { background-color: #03269C; }
a { background-color: rgb(3,38,156); }
div.DivClassName
{
background-color: #03269C;
}
.BgClassName
{
background-color: #03269C;
}
</style>
border-color css
<style>
span { border-color: #03269C; }
span { border-color: rgb(3,38,156); }
td.TdClassName
{
border-color: #03269C;
}
.TagClassName
{
border-color: #03269C;
}
</style>