#30569E

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

Shades of Mariner #30569E

Tints of Mariner #30569E

Color information

#30569E (or 0x30569E) is unknown color: approx Mariner. HEX triplet: 30, 56 and 9E. RGB value is (48,86,158). Sum of RGB (Red+Green+Blue) = 48+86+158=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #30569E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30569E is #CFA961. Grayscale: #525252. Windows color (decimal): -13609314 or 10376752. OLE color: 10376752.

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

Color convert

RGB4886158-
CMYK0.700.4600.38
HSL219.27º53.4%40.39%-
HSV(B)219.27º69.62%61.96%-
XYZ10.729.7533.67-
YUV82.85170.41103.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.44%
GREEN value IS 86 (33.98% from 255) = 29.45%
BLUE value IS 158 (62.11% from 255) = 54.11%
R=16.44%
G=29.45%
B=54.11%

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
Decimal48861580.700.4600.38219.2753.440.39
Hex30569E462E026db3528
Octal60126236106560463336550
Binary1100001010110100111101000110101110010011011011011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30569E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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