#3060AE

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

Shades of Mariner #3060AE

Tints of Mariner #3060AE

Color information

#3060AE (or 0x3060AE) is unknown color: approx Mariner. HEX triplet: 30, 60 and AE. RGB value is (48,96,174). Sum of RGB (Red+Green+Blue) = 48+96+174=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #3060AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3060AE is #CF9F51. Grayscale: #5A5A5A. Windows color (decimal): -13606738 or 11427888. OLE color: 11427888.

HSL color Cylindrical-coordinate representation of color #3060AE: hue angle of 217.14º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3060AE is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4896174-
CMYK0.720.4500.32
HSL217.14º56.76%43.53%-
HSV(B)217.14º72.41%68.24%-
XYZ13.0412.0541.68-
YUV90.54175.197.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.09%
GREEN value IS 96 (37.89% from 255) = 30.19%
BLUE value IS 174 (68.36% from 255) = 54.72%
R=15.09%
G=30.19%
B=54.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal48961740.720.4500.32217.1456.7643.53
Hex3060AE482D020d9392c
Octal60140256110550403317154
Binary1100001100000101011101001000101101010000011011001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3060AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3060AE; }

 p { color: rgb(48,96,174); }

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

<style>
 a { background-color: #3060AE; }

 a { background-color: rgb(48,96,174); }

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

<style>
 span { border-color: #3060AE; }

 span { border-color: rgb(48,96,174); }

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