Html Css Color HEX #3E6CAF Mariner

📋 copy color: '#3E6CAF'

red 62 ◦ green 108 ◦ blue 175

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

Shades of Mariner #3E6CAF

Tints of Mariner #3E6CAF

RGB

 RED value IS 62 (24.61% from 255) = 17.97%

 GREEN value IS 108 (42.58% from 255) = 31.3%

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

R = 17.97%
G = 31.3%
B = 50.72%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3E6CAF (or 0x3E6CAF) is known color: Mariner. HEX triplet: 3E, 6C and AF. RGB value is (62,108,175). Sum of RGB (Red+Green+Blue) = 62+108+175=345 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.97% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E6CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6CAF is #C19350. Grayscale: #656565. Windows color (decimal): -12686161 or 11496510. OLE color: 11496510.

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

Color convert

RGB 62 108 175 -
CMYK 0.65 0.38 0 0.31
HSL 215.58º 0.48% 0.46% -
HSV(B) 215.58º 0.65% 0.69% -
XYZ 15.09 14.84 42.63 -
YUV 101.88 169.26 99.55 -
System Red Green Blue C M Y K H S L
Decimal 62 108 175 0.65 0.38 0 0.31 215.58 0.48 0.46
Hex 3E 6C AF 41 26 0 1F D8 30 2E
Octal 76 154 257 101 46 0 37 330 60 56
Binary 111110 1101100 10101111 1000001 100110 0 11111 11011000 110000 101110

Color Harmonies of #3E6CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6CAF

Black with #3E6CAF

Text Example


Text Example

White with #3E6CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,108,175); }

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

background-color css

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

 a { background-color: rgb(62,108,175); }

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

border-color css

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

 span { border-color: rgb(62,108,175); }

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