Html Css Color HEX #0325AC International Klein Blue
📋 copy color: '#0325AC'red 3 ◦ green 37 ◦ blue 172
Shades of International Klein Blue #0325AC
Tints of International Klein Blue #0325AC
RGB
CMYK
RGB Variations
Color information
#0325AC (or 0x0325AC) is known color: International Klein Blue. HEX triplet: 03, 25 and AC. RGB value is (3,37,172). Sum of RGB (Red+Green+Blue) = 3+37+172=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 172 (67.58% from 255 or 81.13% from 212); Max value from RGB is 172 - color contains mainly: blue. Hex color #0325AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0325AC is #FCDA53. Grayscale: #292929. Windows color (decimal): -16570964 or 11281667. OLE color: 11281667.
HSL color Cylindrical-coordinate representation of color #0325AC: hue angle of 227.93º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0325AC is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 37 | 172 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.33 |
| HSL | 227.93º | 0.97% | 0.34% | - |
| HSV(B) | 227.93º | 0.98% | 0.67% | - |
| XYZ | 8.15 | 4.32 | 39.43 | - |
| YUV | 42.22 | 201.24 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 37 | 172 | 0.98 | 0.78 | 0 | 0.33 | 227.93 | 0.97 | 0.34 |
| Hex | 3 | 25 | AC | 62 | 4E | 0 | 21 | E4 | 61 | 22 |
| Octal | 3 | 45 | 254 | 142 | 116 | 0 | 41 | 344 | 141 | 42 |
| Binary | 11 | 100101 | 10101100 | 1100010 | 1001110 | 0 | 100001 | 11100100 | 1100001 | 100010 |
Color Harmonies of #0325AC
Complementary color
Monochromatic Colors of #0325AC
Black with #0325AC
Text Example
Text Example
White with #0325AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0325AC; }
p { color: rgb(3,37,172); }
H1.HeaderClassName
{
color: #0325AC;
}
.AnyTagClassName
{
color: #0325AC;
}
</style>
background-color css
<style>
a { background-color: #0325AC; }
a { background-color: rgb(3,37,172); }
div.DivClassName
{
background-color: #0325AC;
}
.BgClassName
{
background-color: #0325AC;
}
</style>
border-color css
<style>
span { border-color: #0325AC; }
span { border-color: rgb(3,37,172); }
td.TdClassName
{
border-color: #0325AC;
}
.TagClassName
{
border-color: #0325AC;
}
</style>