#30599D

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

Shades of Mariner #30599D

Tints of Mariner #30599D

Color information

#30599D (or 0x30599D) is unknown color: approx Mariner. HEX triplet: 30, 59 and 9D. RGB value is (48,89,157). Sum of RGB (Red+Green+Blue) = 48+89+157=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #30599D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30599D is #CFA662. Grayscale: #545454. Windows color (decimal): -13608547 or 10311984. OLE color: 10311984.

HSL color Cylindrical-coordinate representation of color #30599D: hue angle of 217.43º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30599D is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4889157-
CMYK0.690.4300.38
HSL217.43º53.17%40.2%-
HSV(B)217.43º69.43%61.57%-
XYZ10.8810.2133.3-
YUV84.49168.92101.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.33%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 157 (61.72% from 255) = 53.40%
R=16.33%
G=30.27%
B=53.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48891570.690.4300.38217.4353.1740.2
Hex30599D452B026d93528
Octal60131235105530463316550
Binary1100001011001100111011000101101011010011011011001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30599D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30599D; }

 p { color: rgb(48,89,157); }

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

<style>
 a { background-color: #30599D; }

 a { background-color: rgb(48,89,157); }

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

<style>
 span { border-color: #30599D; }

 span { border-color: rgb(48,89,157); }

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