Shades of Mariner #305CAB
Tints of Mariner #305CAB
RGB
CMYK
RGB Variations
Color information
#305CAB (or 0x305CAB) is known color: Mariner. HEX triplet: 30, 5C and AB. RGB value is (48,92,171). Sum of RGB (Red+Green+Blue) = 48+92+171=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #305CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305CAB is #CFA354. Grayscale: #575757. Windows color (decimal): -13607765 or 11230256. OLE color: 11230256.
HSL color Cylindrical-coordinate representation of color #305CAB: hue angle of 218.54º 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 #305CAB is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 92 | 171 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.33 |
| HSL | 218.54º | 0.56% | 0.43% | - |
| HSV(B) | 218.54º | 0.72% | 0.67% | - |
| XYZ | 12.4 | 11.22 | 40.04 | - |
| YUV | 87.85 | 174.92 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 171 | 0.72 | 0.46 | 0 | 0.33 | 218.54 | 0.56 | 0.43 |
| Hex | 30 | 5C | AB | 48 | 2E | 0 | 21 | DB | 38 | 2B |
| Octal | 60 | 134 | 253 | 110 | 56 | 0 | 41 | 333 | 70 | 53 |
| Binary | 110000 | 1011100 | 10101011 | 1001000 | 101110 | 0 | 100001 | 11011011 | 111000 | 101011 |
Color Harmonies of #305CAB
Complementary color
Monochromatic Colors of #305CAB
Black with #305CAB
Text Example
Text Example
White with #305CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305CAB; }
p { color: rgb(48,92,171); }
H1.HeaderClassName
{
color: #305CAB;
}
.AnyTagClassName
{
color: #305CAB;
}
</style>
background-color css
<style>
a { background-color: #305CAB; }
a { background-color: rgb(48,92,171); }
div.DivClassName
{
background-color: #305CAB;
}
.BgClassName
{
background-color: #305CAB;
}
</style>
border-color css
<style>
span { border-color: #305CAB; }
span { border-color: rgb(48,92,171); }
td.TdClassName
{
border-color: #305CAB;
}
.TagClassName
{
border-color: #305CAB;
}
</style>