Html Css Color HEX #3060AC Mariner

📋 copy color: '#3060AC'

red 48 ◦ green 96 ◦ blue 172

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

Shades of Mariner #3060AC

Tints of Mariner #3060AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.43%

R = 15.19%
G = 30.38%
B = 54.43%

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

#3060AC (or 0x3060AC) is known color: Mariner. HEX triplet: 30, 60 and AC. RGB value is (48,96,172). Sum of RGB (Red+Green+Blue) = 48+96+172=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #3060AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3060AC is #CF9F53. Grayscale: #595959. Windows color (decimal): -13606740 or 11296816. OLE color: 11296816.

HSL color Cylindrical-coordinate representation of color #3060AC: hue angle of 216.77º 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 #3060AC is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 96 172 -
CMYK 0.72 0.44 0 0.33
HSL 216.77º 0.56% 0.43% -
HSV(B) 216.77º 0.72% 0.67% -
XYZ 12.85 11.97 40.66 -
YUV 90.31 174.1 97.82 -
System Red Green Blue C M Y K H S L
Decimal 48 96 172 0.72 0.44 0 0.33 216.77 0.56 0.43
Hex 30 60 AC 48 2C 0 21 D9 38 2B
Octal 60 140 254 110 54 0 41 331 70 53
Binary 110000 1100000 10101100 1001000 101100 0 100001 11011001 111000 101011

Color Harmonies of #3060AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3060AC

Black with #3060AC

Text Example


Text Example

White with #3060AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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