Shades of Mariner #305CAA
Tints of Mariner #305CAA
RGB
CMYK
RGB Variations
Color information
#305CAA (or 0x305CAA) is known color: Mariner. HEX triplet: 30, 5C and AA. RGB value is (48,92,170). Sum of RGB (Red+Green+Blue) = 48+92+170=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #305CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305CAA is #CFA355. Grayscale: #575757. Windows color (decimal): -13607766 or 11164720. OLE color: 11164720.
HSL color Cylindrical-coordinate representation of color #305CAA: hue angle of 218.36º 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 #305CAA is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 92 | 170 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.33 |
| HSL | 218.36º | 0.56% | 0.43% | - |
| HSV(B) | 218.36º | 0.72% | 0.67% | - |
| XYZ | 12.3 | 11.18 | 39.54 | - |
| YUV | 87.74 | 174.42 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 170 | 0.72 | 0.46 | 0 | 0.33 | 218.36 | 0.56 | 0.43 |
| Hex | 30 | 5C | AA | 48 | 2E | 0 | 21 | DA | 38 | 2B |
| Octal | 60 | 134 | 252 | 110 | 56 | 0 | 41 | 332 | 70 | 53 |
| Binary | 110000 | 1011100 | 10101010 | 1001000 | 101110 | 0 | 100001 | 11011010 | 111000 | 101011 |
Color Harmonies of #305CAA
Complementary color
Monochromatic Colors of #305CAA
Black with #305CAA
Text Example
Text Example
White with #305CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305CAA; }
p { color: rgb(48,92,170); }
H1.HeaderClassName
{
color: #305CAA;
}
.AnyTagClassName
{
color: #305CAA;
}
</style>
background-color css
<style>
a { background-color: #305CAA; }
a { background-color: rgb(48,92,170); }
div.DivClassName
{
background-color: #305CAA;
}
.BgClassName
{
background-color: #305CAA;
}
</style>
border-color css
<style>
span { border-color: #305CAA; }
span { border-color: rgb(48,92,170); }
td.TdClassName
{
border-color: #305CAA;
}
.TagClassName
{
border-color: #305CAA;
}
</style>