Shades of Allports #03668D
Tints of Allports #03668D
RGB
CMYK
RGB Variations
Color information
#03668D (or 0x03668D) is known color: Allports. HEX triplet: 03, 66 and 8D. RGB value is (3,102,141). Sum of RGB (Red+Green+Blue) = 3+102+141=246 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 141 (55.47% from 255 or 57.32% from 246); Max value from RGB is 141 - color contains mainly: blue. Hex color #03668D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03668D is #FC9972. Grayscale: #4C4C4C. Windows color (decimal): -16554355 or 9266691. OLE color: 9266691.
HSL color Cylindrical-coordinate representation of color #03668D: hue angle of 196.96º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03668D is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 102 | 141 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.45 |
| HSL | 196.96º | 0.96% | 0.28% | - |
| HSV(B) | 196.96º | 0.98% | 0.55% | - |
| XYZ | 9.6 | 11.45 | 26.9 | - |
| YUV | 76.85 | 164.2 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 102 | 141 | 0.98 | 0.28 | 0 | 0.45 | 196.96 | 0.96 | 0.28 |
| Hex | 3 | 66 | 8D | 62 | 1C | 0 | 2D | C5 | 60 | 1C |
| Octal | 3 | 146 | 215 | 142 | 34 | 0 | 55 | 305 | 140 | 34 |
| Binary | 11 | 1100110 | 10001101 | 1100010 | 11100 | 0 | 101101 | 11000101 | 1100000 | 11100 |
Color Harmonies of #03668D
Complementary color
Monochromatic Colors of #03668D
Black with #03668D
Text Example
Text Example
White with #03668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03668D; }
p { color: rgb(3,102,141); }
H1.HeaderClassName
{
color: #03668D;
}
.AnyTagClassName
{
color: #03668D;
}
</style>
background-color css
<style>
a { background-color: #03668D; }
a { background-color: rgb(3,102,141); }
div.DivClassName
{
background-color: #03668D;
}
.BgClassName
{
background-color: #03668D;
}
</style>
border-color css
<style>
span { border-color: #03668D; }
span { border-color: rgb(3,102,141); }
td.TdClassName
{
border-color: #03668D;
}
.TagClassName
{
border-color: #03668D;
}
</style>