Shades of Allports #03648D
Tints of Allports #03648D
RGB
CMYK
RGB Variations
Color information
#03648D (or 0x03648D) is known color: Allports. HEX triplet: 03, 64 and 8D. RGB value is (3,100,141). Sum of RGB (Red+Green+Blue) = 3+100+141=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 100 (39.45% from 255 or 40.98% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #03648D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03648D is #FC9B72. Grayscale: #4B4B4B. Windows color (decimal): -16554867 or 9266179. OLE color: 9266179.
HSL color Cylindrical-coordinate representation of color #03648D: hue angle of 197.83º 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 #03648D is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 100 | 141 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.45 |
| HSL | 197.83º | 0.96% | 0.28% | - |
| HSV(B) | 197.83º | 0.98% | 0.55% | - |
| XYZ | 9.4 | 11.06 | 26.84 | - |
| YUV | 75.67 | 164.86 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 141 | 0.98 | 0.29 | 0 | 0.45 | 197.83 | 0.96 | 0.28 |
| Hex | 3 | 64 | 8D | 62 | 1D | 0 | 2D | C6 | 60 | 1C |
| Octal | 3 | 144 | 215 | 142 | 35 | 0 | 55 | 306 | 140 | 34 |
| Binary | 11 | 1100100 | 10001101 | 1100010 | 11101 | 0 | 101101 | 11000110 | 1100000 | 11100 |
Color Harmonies of #03648D
Complementary color
Monochromatic Colors of #03648D
Black with #03648D
Text Example
Text Example
White with #03648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03648D; }
p { color: rgb(3,100,141); }
H1.HeaderClassName
{
color: #03648D;
}
.AnyTagClassName
{
color: #03648D;
}
</style>
background-color css
<style>
a { background-color: #03648D; }
a { background-color: rgb(3,100,141); }
div.DivClassName
{
background-color: #03648D;
}
.BgClassName
{
background-color: #03648D;
}
</style>
border-color css
<style>
span { border-color: #03648D; }
span { border-color: rgb(3,100,141); }
td.TdClassName
{
border-color: #03648D;
}
.TagClassName
{
border-color: #03648D;
}
</style>