Shades of Allports #03658D
Tints of Allports #03658D
RGB
CMYK
RGB Variations
Color information
#03658D (or 0x03658D) is known color: Allports. HEX triplet: 03, 65 and 8D. RGB value is (3,101,141). Sum of RGB (Red+Green+Blue) = 3+101+141=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #03658D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03658D is #FC9A72. Grayscale: #4C4C4C. Windows color (decimal): -16554611 or 9266435. OLE color: 9266435.
HSL color Cylindrical-coordinate representation of color #03658D: hue angle of 197.39º 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 #03658D is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 101 | 141 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.45 |
| HSL | 197.39º | 0.96% | 0.28% | - |
| HSV(B) | 197.39º | 0.98% | 0.55% | - |
| XYZ | 9.5 | 11.25 | 26.87 | - |
| YUV | 76.26 | 164.53 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 101 | 141 | 0.98 | 0.28 | 0 | 0.45 | 197.39 | 0.96 | 0.28 |
| Hex | 3 | 65 | 8D | 62 | 1C | 0 | 2D | C5 | 60 | 1C |
| Octal | 3 | 145 | 215 | 142 | 34 | 0 | 55 | 305 | 140 | 34 |
| Binary | 11 | 1100101 | 10001101 | 1100010 | 11100 | 0 | 101101 | 11000101 | 1100000 | 11100 |
Color Harmonies of #03658D
Complementary color
Monochromatic Colors of #03658D
Black with #03658D
Text Example
Text Example
White with #03658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03658D; }
p { color: rgb(3,101,141); }
H1.HeaderClassName
{
color: #03658D;
}
.AnyTagClassName
{
color: #03658D;
}
</style>
background-color css
<style>
a { background-color: #03658D; }
a { background-color: rgb(3,101,141); }
div.DivClassName
{
background-color: #03658D;
}
.BgClassName
{
background-color: #03658D;
}
</style>
border-color css
<style>
span { border-color: #03658D; }
span { border-color: rgb(3,101,141); }
td.TdClassName
{
border-color: #03658D;
}
.TagClassName
{
border-color: #03658D;
}
</style>