#30579E

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

Shades of Mariner #30579E

Tints of Mariner #30579E

Color information

#30579E (or 0x30579E) is unknown color: approx Mariner. HEX triplet: 30, 57 and 9E. RGB value is (48,87,158). Sum of RGB (Red+Green+Blue) = 48+87+158=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #30579E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30579E is #CFA861. Grayscale: #535353. Windows color (decimal): -13609058 or 10377008. OLE color: 10377008.

HSL color Cylindrical-coordinate representation of color #30579E: hue angle of 218.73º 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 #30579E is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4887158-
CMYK0.700.4500.38
HSL218.73º53.4%40.39%-
HSV(B)218.73º69.62%61.96%-
XYZ10.89.9133.69-
YUV83.43170.08102.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.38%
GREEN value IS 87 (34.38% from 255) = 29.69%
BLUE value IS 158 (62.11% from 255) = 53.92%
R=16.38%
G=29.69%
B=53.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48871580.700.4500.38218.7353.440.39
Hex30579E462D026db3528
Octal60127236106550463336550
Binary1100001010111100111101000110101101010011011011011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30579E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30579E; }

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

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

<style>
 a { background-color: #30579E; }

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

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

<style>
 span { border-color: #30579E; }

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

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