Html Css Color HEX #3060AB Mariner

📋 copy color: '#3060AB'

red 48 ◦ green 96 ◦ blue 171

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

Shades of Mariner #3060AB

Tints of Mariner #3060AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.29%

R = 15.24%
G = 30.48%
B = 54.29%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3060AB (or 0x3060AB) is known color: Mariner. HEX triplet: 30, 60 and AB. RGB value is (48,96,171). Sum of RGB (Red+Green+Blue) = 48+96+171=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #3060AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3060AB is #CF9F54. Grayscale: #595959. Windows color (decimal): -13606741 or 11231280. OLE color: 11231280.

HSL color Cylindrical-coordinate representation of color #3060AB: hue angle of 216.59º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3060AB is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 96 171 -
CMYK 0.72 0.44 0 0.33
HSL 216.59º 0.56% 0.43% -
HSV(B) 216.59º 0.72% 0.67% -
XYZ 12.75 11.93 40.16 -
YUV 90.2 173.6 97.9 -
System Red Green Blue C M Y K H S L
Decimal 48 96 171 0.72 0.44 0 0.33 216.59 0.56 0.43
Hex 30 60 AB 48 2C 0 21 D9 38 2B
Octal 60 140 253 110 54 0 41 331 70 53
Binary 110000 1100000 10101011 1001000 101100 0 100001 11011001 111000 101011

Color Harmonies of #3060AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3060AB

Black with #3060AB

Text Example


Text Example

White with #3060AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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