Html Css Color HEX #0338AD International Klein Blue
📋 copy color: '#0338AD'red 3 ◦ green 56 ◦ blue 173
Shades of International Klein Blue #0338AD
Tints of International Klein Blue #0338AD
RGB
CMYK
RGB Variations
Color information
#0338AD (or 0x0338AD) is known color: International Klein Blue. HEX triplet: 03, 38 and AD. RGB value is (3,56,173). Sum of RGB (Red+Green+Blue) = 3+56+173=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 173 (67.97% from 255 or 74.57% from 232); Max value from RGB is 173 - color contains mainly: blue. Hex color #0338AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0338AD is #FCC752. Grayscale: #343434. Windows color (decimal): -16566099 or 11352067. OLE color: 11352067.
HSL color Cylindrical-coordinate representation of color #0338AD: hue angle of 221.29º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0338AD is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 56 | 173 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.32 |
| HSL | 221.29º | 0.97% | 0.35% | - |
| HSV(B) | 221.29º | 0.98% | 0.68% | - |
| XYZ | 8.99 | 5.86 | 40.19 | - |
| YUV | 53.49 | 195.44 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 56 | 173 | 0.98 | 0.68 | 0 | 0.32 | 221.29 | 0.97 | 0.35 |
| Hex | 3 | 38 | AD | 62 | 44 | 0 | 20 | DD | 61 | 23 |
| Octal | 3 | 70 | 255 | 142 | 104 | 0 | 40 | 335 | 141 | 43 |
| Binary | 11 | 111000 | 10101101 | 1100010 | 1000100 | 0 | 100000 | 11011101 | 1100001 | 100011 |
Color Harmonies of #0338AD
Complementary color
Monochromatic Colors of #0338AD
Black with #0338AD
Text Example
Text Example
White with #0338AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0338AD; }
p { color: rgb(3,56,173); }
H1.HeaderClassName
{
color: #0338AD;
}
.AnyTagClassName
{
color: #0338AD;
}
</style>
background-color css
<style>
a { background-color: #0338AD; }
a { background-color: rgb(3,56,173); }
div.DivClassName
{
background-color: #0338AD;
}
.BgClassName
{
background-color: #0338AD;
}
</style>
border-color css
<style>
span { border-color: #0338AD; }
span { border-color: rgb(3,56,173); }
td.TdClassName
{
border-color: #0338AD;
}
.TagClassName
{
border-color: #0338AD;
}
</style>