#305DA6

Color #305DA6 Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #305DA6

Tints of Mariner #305DA6

Color information

#305DA6 (or 0x305DA6) is unknown color: approx Mariner. HEX triplet: 30, 5D and A6. RGB value is (48,93,166). Sum of RGB (Red+Green+Blue) = 48+93+166=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 166 (65.23% from 255 or 54.07% from 307); Max value from RGB is 166 - color contains mainly: blue. Hex color #305DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305DA6 is #CFA259. Grayscale: #575757. Windows color (decimal): -13607514 or 10902832. OLE color: 10902832.

HSL color Cylindrical-coordinate representation of color #305DA6: hue angle of 217.12º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #305DA6 is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4893166-
CMYK0.710.4400.35
HSL217.12º55.14%41.96%-
HSV(B)217.12º71.08%65.1%-
XYZ12.0211.2137.61-
YUV87.87172.0999.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 15.64%
GREEN value IS 93 (36.72% from 255) = 30.29%
BLUE value IS 166 (65.23% from 255) = 54.07%
R=15.64%
G=30.29%
B=54.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal48931660.710.4400.35217.1255.1441.96
Hex305DA6472C023d9372a
Octal60135246107540433316752
Binary1100001011101101001101000111101100010001111011001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305DA6; }

 p { color: rgb(48,93,166); }

 H1.HeaderClassName
 {
   color: #305DA6;
 }
 .AnyTagClassName
 {
   color: #305DA6;
 }
</style>
background-color css

<style>
 a { background-color: #305DA6; }

 a { background-color: rgb(48,93,166); }

 div.DivClassName
 {
   background-color: #305DA6;
 }
 .BgClassName
 {
   background-color: #305DA6;
 }
</style>
border-color css

<style>
 span { border-color: #305DA6; }

 span { border-color: rgb(48,93,166); }

 td.TdClassName
 {
   border-color: #305DA6;
 }
 .TagClassName
 {
   border-color: #305DA6;
 }
</style>