#305EA5

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

Shades of Mariner #305EA5

Tints of Mariner #305EA5

Color information

#305EA5 (or 0x305EA5) is unknown color: approx Mariner. HEX triplet: 30, 5E and A5. RGB value is (48,94,165). Sum of RGB (Red+Green+Blue) = 48+94+165=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 165 (64.84% from 255 or 53.75% from 307); Max value from RGB is 165 - color contains mainly: blue. Hex color #305EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305EA5 is #CFA15A. Grayscale: #585858. Windows color (decimal): -13607259 or 10837552. OLE color: 10837552.

HSL color Cylindrical-coordinate representation of color #305EA5: hue angle of 216.41º 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 #305EA5 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4894165-
CMYK0.710.4300.35
HSL216.41º54.93%41.76%-
HSV(B)216.41º70.91%64.71%-
XYZ12.0111.3537.15-
YUV88.34171.2699.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.64%
GREEN value IS 94 (37.11% from 255) = 30.62%
BLUE value IS 165 (64.84% from 255) = 53.75%
R=15.64%
G=30.62%
B=53.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal48941650.710.4300.35216.4154.9341.76
Hex305EA5472B023d8372a
Octal60136245107530433306752
Binary1100001011110101001011000111101011010001111011000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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