Html Css Color HEX #3C6DAF Mariner

📋 copy color: '#3C6DAF'

red 60 ◦ green 109 ◦ blue 175

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

Shades of Mariner #3C6DAF

Tints of Mariner #3C6DAF

RGB

 RED value IS 60 (23.83% from 255) = 17.44%

 GREEN value IS 109 (42.97% from 255) = 31.69%

 BLUE value IS 175 (68.75% from 255) = 50.87%

R = 17.44%
G = 31.69%
B = 50.87%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3C6DAF (or 0x3C6DAF) is known color: Mariner. HEX triplet: 3C, 6D and AF. RGB value is (60,109,175). Sum of RGB (Red+Green+Blue) = 60+109+175=344 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.44% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C6DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6DAF is #C39250. Grayscale: #656565. Windows color (decimal): -12816977 or 11496764. OLE color: 11496764.

HSL color Cylindrical-coordinate representation of color #3C6DAF: hue angle of 214.43º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C6DAF is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 60 109 175 -
CMYK 0.66 0.38 0 0.31
HSL 214.43º 0.49% 0.46% -
HSV(B) 214.43º 0.66% 0.69% -
XYZ 15.07 14.99 42.66 -
YUV 101.87 169.27 98.13 -
System Red Green Blue C M Y K H S L
Decimal 60 109 175 0.66 0.38 0 0.31 214.43 0.49 0.46
Hex 3C 6D AF 42 26 0 1F D6 31 2E
Octal 74 155 257 102 46 0 37 326 61 56
Binary 111100 1101101 10101111 1000010 100110 0 11111 11010110 110001 101110

Color Harmonies of #3C6DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6DAF

Black with #3C6DAF

Text Example


Text Example

White with #3C6DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C6DAF; }

 p { color: rgb(60,109,175); }

 H1.HeaderClassName
 {
   color: #3C6DAF;
 }
 .AnyTagClassName
 {
   color: #3C6DAF;
 }
</style>

background-color css

<style>
 a { background-color: #3C6DAF; }

 a { background-color: rgb(60,109,175); }

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

border-color css

<style>
 span { border-color: #3C6DAF; }

 span { border-color: rgb(60,109,175); }

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