Shades of Mariner #305DAA
Tints of Mariner #305DAA
RGB
CMYK
RGB Variations
Color information
#305DAA (or 0x305DAA) is known color: Mariner. HEX triplet: 30, 5D and AA. RGB value is (48,93,170). Sum of RGB (Red+Green+Blue) = 48+93+170=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #305DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305DAA is #CFA255. Grayscale: #575757. Windows color (decimal): -13607510 or 11164976. OLE color: 11164976.
HSL color Cylindrical-coordinate representation of color #305DAA: hue angle of 217.87º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #305DAA is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 93 | 170 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.33 |
| HSL | 217.87º | 0.56% | 0.43% | - |
| HSV(B) | 217.87º | 0.72% | 0.67% | - |
| XYZ | 12.39 | 11.36 | 39.57 | - |
| YUV | 88.32 | 174.09 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 170 | 0.72 | 0.45 | 0 | 0.33 | 217.87 | 0.56 | 0.43 |
| Hex | 30 | 5D | AA | 48 | 2D | 0 | 21 | DA | 38 | 2B |
| Octal | 60 | 135 | 252 | 110 | 55 | 0 | 41 | 332 | 70 | 53 |
| Binary | 110000 | 1011101 | 10101010 | 1001000 | 101101 | 0 | 100001 | 11011010 | 111000 | 101011 |
Color Harmonies of #305DAA
Complementary color
Monochromatic Colors of #305DAA
Black with #305DAA
Text Example
Text Example
White with #305DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305DAA; }
p { color: rgb(48,93,170); }
H1.HeaderClassName
{
color: #305DAA;
}
.AnyTagClassName
{
color: #305DAA;
}
</style>
background-color css
<style>
a { background-color: #305DAA; }
a { background-color: rgb(48,93,170); }
div.DivClassName
{
background-color: #305DAA;
}
.BgClassName
{
background-color: #305DAA;
}
</style>
border-color css
<style>
span { border-color: #305DAA; }
span { border-color: rgb(48,93,170); }
td.TdClassName
{
border-color: #305DAA;
}
.TagClassName
{
border-color: #305DAA;
}
</style>