#305EA0

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

Shades of Mariner #305EA0

Tints of Mariner #305EA0

Color information

#305EA0 (or 0x305EA0) is unknown color: approx Mariner. HEX triplet: 30, 5E and A0. RGB value is (48,94,160). Sum of RGB (Red+Green+Blue) = 48+94+160=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 160 (62.89% from 255 or 52.98% from 302); Max value from RGB is 160 - color contains mainly: blue. Hex color #305EA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305EA0 is #CFA15F. Grayscale: #575757. Windows color (decimal): -13607264 or 10509872. OLE color: 10509872.

HSL color Cylindrical-coordinate representation of color #305EA0: hue angle of 215.36º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #305EA0 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4894160-
CMYK0.700.4100.37
HSL215.36º53.85%40.78%-
HSV(B)215.36º70%62.75%-
XYZ11.5711.1734.8-
YUV87.77168.7699.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.89%
GREEN value IS 94 (37.11% from 255) = 31.13%
BLUE value IS 160 (62.89% from 255) = 52.98%
R=15.89%
G=31.13%
B=52.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal48941600.700.4100.37215.3653.8540.78
Hex305EA04629025d73629
Octal60136240106510453276651
Binary1100001011110101000001000110101001010010111010111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,94,160); }

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

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

 a { background-color: rgb(48,94,160); }

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

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

 span { border-color: rgb(48,94,160); }

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