Html Css Color HEX #3060AD Mariner

📋 copy color: '#3060AD'

red 48 ◦ green 96 ◦ blue 173

#3060AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #3060AD

Tints of Mariner #3060AD

RGB

 RED value IS 48 (19.14% from 255) = 15.14%

 GREEN value IS 96 (37.89% from 255) = 30.28%

 BLUE value IS 173 (67.97% from 255) = 54.57%

R = 15.14%
G = 30.28%
B = 54.57%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3060AD (or 0x3060AD) is known color: Mariner. HEX triplet: 30, 60 and AD. RGB value is (48,96,173). Sum of RGB (Red+Green+Blue) = 48+96+173=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #3060AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3060AD is #CF9F52. Grayscale: #5A5A5A. Windows color (decimal): -13606739 or 11362352. OLE color: 11362352.

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

Color convert

RGB 48 96 173 -
CMYK 0.72 0.45 0 0.32
HSL 216.96º 0.57% 0.43% -
HSV(B) 216.96º 0.72% 0.68% -
XYZ 12.94 12.01 41.17 -
YUV 90.43 174.6 97.74 -
System Red Green Blue C M Y K H S L
Decimal 48 96 173 0.72 0.45 0 0.32 216.96 0.57 0.43
Hex 30 60 AD 48 2D 0 20 D9 39 2B
Octal 60 140 255 110 55 0 40 331 71 53
Binary 110000 1100000 10101101 1001000 101101 0 100000 11011001 111001 101011

Color Harmonies of #3060AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3060AD

Black with #3060AD

Text Example


Text Example

White with #3060AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3060AD;
 }
 .AnyTagClassName
 {
   color: #3060AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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