#305EA2

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

Shades of Mariner #305EA2

Tints of Mariner #305EA2

Color information

#305EA2 (or 0x305EA2) is unknown color: approx Mariner. HEX triplet: 30, 5E and A2. RGB value is (48,94,162). Sum of RGB (Red+Green+Blue) = 48+94+162=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 162 (63.67% from 255 or 53.29% from 304); Max value from RGB is 162 - color contains mainly: blue. Hex color #305EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305EA2 is #CFA15D. Grayscale: #575757. Windows color (decimal): -13607262 or 10640944. OLE color: 10640944.

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

Color convert

RGB4894162-
CMYK0.700.4200.36
HSL215.79º54.29%41.18%-
HSV(B)215.79º70.37%63.53%-
XYZ11.7411.2435.73-
YUV88169.7699.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.79%
GREEN value IS 94 (37.11% from 255) = 30.92%
BLUE value IS 162 (63.67% from 255) = 53.29%
R=15.79%
G=30.92%
B=53.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal48941620.700.4200.36215.7954.2941.18
Hex305EA2462A024d83629
Octal60136242106520443306651
Binary1100001011110101000101000110101010010010011011000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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