#30549F

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

Shades of Mariner #30549F

Tints of Mariner #30549F

Color information

#30549F (or 0x30549F) is unknown color: approx Mariner. HEX triplet: 30, 54 and 9F. RGB value is (48,84,159). Sum of RGB (Red+Green+Blue) = 48+84+159=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 159 (62.5% from 255 or 54.64% from 291); Max value from RGB is 159 - color contains mainly: blue. Hex color #30549F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30549F is #CFAB60. Grayscale: #515151. Windows color (decimal): -13609825 or 10441776. OLE color: 10441776.

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

Color convert

RGB4884159-
CMYK0.700.4700.38
HSL220.54º53.62%40.59%-
HSV(B)220.54º69.81%62.35%-
XYZ10.659.4734.07-
YUV81.79171.57103.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.49%
GREEN value IS 84 (33.20% from 255) = 28.87%
BLUE value IS 159 (62.5% from 255) = 54.64%
R=16.49%
G=28.87%
B=54.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48841590.700.4700.38220.5453.6240.59
Hex30549F462F026dd3629
Octal60124237106570463356651
Binary1100001010100100111111000110101111010011011011101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30549F; }

 p { color: rgb(48,84,159); }

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

<style>
 a { background-color: #30549F; }

 a { background-color: rgb(48,84,159); }

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

<style>
 span { border-color: #30549F; }

 span { border-color: rgb(48,84,159); }

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