#305E9E

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

Shades of Mariner #305E9E

Tints of Mariner #305E9E

Color information

#305E9E (or 0x305E9E) is unknown color: approx Mariner. HEX triplet: 30, 5E and 9E. RGB value is (48,94,158). Sum of RGB (Red+Green+Blue) = 48+94+158=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 158 (62.11% from 255 or 52.67% from 300); Max value from RGB is 158 - color contains mainly: blue. Hex color #305E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305E9E is #CFA161. Grayscale: #575757. Windows color (decimal): -13607266 or 10378800. OLE color: 10378800.

HSL color Cylindrical-coordinate representation of color #305E9E: hue angle of 214.91º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #305E9E is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4894158-
CMYK0.700.4100.38
HSL214.91º53.4%40.39%-
HSV(B)214.91º69.62%61.96%-
XYZ11.3911.133.89-
YUV87.54167.7699.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16%
GREEN value IS 94 (37.11% from 255) = 31.33%
BLUE value IS 158 (62.11% from 255) = 52.67%
R=16%
G=31.33%
B=52.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48941580.700.4100.38214.9153.440.39
Hex305E9E4629026d73528
Octal60136236106510463276550
Binary1100001011110100111101000110101001010011011010111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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