#30589D

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

Shades of Mariner #30589D

Tints of Mariner #30589D

Color information

#30589D (or 0x30589D) is unknown color: approx Mariner. HEX triplet: 30, 58 and 9D. RGB value is (48,88,157). Sum of RGB (Red+Green+Blue) = 48+88+157=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #30589D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30589D is #CFA762. Grayscale: #535353. Windows color (decimal): -13608803 or 10311728. OLE color: 10311728.

HSL color Cylindrical-coordinate representation of color #30589D: hue angle of 217.98º 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 #30589D is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4888157-
CMYK0.690.4400.38
HSL217.98º53.17%40.2%-
HSV(B)217.98º69.43%61.57%-
XYZ10.7910.0433.27-
YUV83.91169.25102.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.38%
GREEN value IS 88 (34.77% from 255) = 30.03%
BLUE value IS 157 (61.72% from 255) = 53.58%
R=16.38%
G=30.03%
B=53.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48881570.690.4400.38217.9853.1740.2
Hex30589D452C026da3528
Octal60130235105540463326550
Binary1100001011000100111011000101101100010011011011010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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