#30559E

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

Shades of Mariner #30559E

Tints of Mariner #30559E

Color information

#30559E (or 0x30559E) is unknown color: approx Mariner. HEX triplet: 30, 55 and 9E. RGB value is (48,85,158). Sum of RGB (Red+Green+Blue) = 48+85+158=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #30559E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30559E is #CFAA61. Grayscale: #515151. Windows color (decimal): -13609570 or 10376496. OLE color: 10376496.

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

Color convert

RGB4885158-
CMYK0.700.4600.38
HSL219.82º53.4%40.39%-
HSV(B)219.82º69.62%61.96%-
XYZ10.649.5933.64-
YUV82.26170.74103.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.49%
GREEN value IS 85 (33.59% from 255) = 29.21%
BLUE value IS 158 (62.11% from 255) = 54.30%
R=16.49%
G=29.21%
B=54.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48851580.700.4600.38219.8253.440.39
Hex30559E462E026dc3528
Octal60125236106560463346550
Binary1100001010101100111101000110101110010011011011100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30559E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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