Html Css Color HEX #0325BF International Klein Blue
📋 copy color: '#0325BF'red 3 ◦ green 37 ◦ blue 191
Shades of International Klein Blue #0325BF
Tints of International Klein Blue #0325BF
RGB
CMYK
RGB Variations
Color information
#0325BF (or 0x0325BF) is known color: International Klein Blue. HEX triplet: 03, 25 and BF. RGB value is (3,37,191). Sum of RGB (Red+Green+Blue) = 3+37+191=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 191 (75% from 255 or 82.68% from 231); Max value from RGB is 191 - color contains mainly: blue. Hex color #0325BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0325BF is #FCDA40. Grayscale: #2B2B2B. Windows color (decimal): -16570945 or 12526851. OLE color: 12526851.
HSL color Cylindrical-coordinate representation of color #0325BF: hue angle of 229.15º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0325BF is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 37 | 191 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.25 |
| HSL | 229.15º | 0.97% | 0.38% | - |
| HSV(B) | 229.15º | 0.98% | 0.75% | - |
| XYZ | 10.1 | 5.1 | 49.74 | - |
| YUV | 44.39 | 210.74 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 37 | 191 | 0.98 | 0.81 | 0 | 0.25 | 229.15 | 0.97 | 0.38 |
| Hex | 3 | 25 | BF | 62 | 51 | 0 | 19 | E5 | 61 | 26 |
| Octal | 3 | 45 | 277 | 142 | 121 | 0 | 31 | 345 | 141 | 46 |
| Binary | 11 | 100101 | 10111111 | 1100010 | 1010001 | 0 | 11001 | 11100101 | 1100001 | 100110 |
Color Harmonies of #0325BF
Complementary color
Monochromatic Colors of #0325BF
Black with #0325BF
Text Example
Text Example
White with #0325BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0325BF; }
p { color: rgb(3,37,191); }
H1.HeaderClassName
{
color: #0325BF;
}
.AnyTagClassName
{
color: #0325BF;
}
</style>
background-color css
<style>
a { background-color: #0325BF; }
a { background-color: rgb(3,37,191); }
div.DivClassName
{
background-color: #0325BF;
}
.BgClassName
{
background-color: #0325BF;
}
</style>
border-color css
<style>
span { border-color: #0325BF; }
span { border-color: rgb(3,37,191); }
td.TdClassName
{
border-color: #0325BF;
}
.TagClassName
{
border-color: #0325BF;
}
</style>