Shades of Allports #03628E
Tints of Allports #03628E
RGB
CMYK
RGB Variations
Color information
#03628E (or 0x03628E) is known color: Allports. HEX triplet: 03, 62 and 8E. RGB value is (3,98,142). Sum of RGB (Red+Green+Blue) = 3+98+142=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 142 (55.86% from 255 or 58.44% from 243); Max value from RGB is 142 - color contains mainly: blue. Hex color #03628E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03628E is #FC9D71. Grayscale: #4A4A4A. Windows color (decimal): -16555378 or 9331203. OLE color: 9331203.
HSL color Cylindrical-coordinate representation of color #03628E: hue angle of 198.99º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03628E is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 98 | 142 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.44 |
| HSL | 198.99º | 0.96% | 0.28% | - |
| HSV(B) | 198.99º | 0.98% | 0.56% | - |
| XYZ | 9.29 | 10.71 | 27.17 | - |
| YUV | 74.61 | 166.03 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 98 | 142 | 0.98 | 0.31 | 0 | 0.44 | 198.99 | 0.96 | 0.28 |
| Hex | 3 | 62 | 8E | 62 | 1F | 0 | 2C | C7 | 60 | 1C |
| Octal | 3 | 142 | 216 | 142 | 37 | 0 | 54 | 307 | 140 | 34 |
| Binary | 11 | 1100010 | 10001110 | 1100010 | 11111 | 0 | 101100 | 11000111 | 1100000 | 11100 |
Color Harmonies of #03628E
Complementary color
Monochromatic Colors of #03628E
Black with #03628E
Text Example
Text Example
White with #03628E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03628E; }
p { color: rgb(3,98,142); }
H1.HeaderClassName
{
color: #03628E;
}
.AnyTagClassName
{
color: #03628E;
}
</style>
background-color css
<style>
a { background-color: #03628E; }
a { background-color: rgb(3,98,142); }
div.DivClassName
{
background-color: #03628E;
}
.BgClassName
{
background-color: #03628E;
}
</style>
border-color css
<style>
span { border-color: #03628E; }
span { border-color: rgb(3,98,142); }
td.TdClassName
{
border-color: #03628E;
}
.TagClassName
{
border-color: #03628E;
}
</style>