Html Css Color HEX #3E6AAA Mariner

📋 copy color: '#3E6AAA'

red 62 ◦ green 106 ◦ blue 170

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

Shades of Mariner #3E6AAA

Tints of Mariner #3E6AAA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.36%

 BLUE value IS 170 (66.8% from 255) = 50.3%

R = 18.34%
G = 31.36%
B = 50.3%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3E6AAA (or 0x3E6AAA) is known color: Mariner. HEX triplet: 3E, 6A and AA. RGB value is (62,106,170). Sum of RGB (Red+Green+Blue) = 62+106+170=338 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.34% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E6AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6AAA is #C19555. Grayscale: #636363. Windows color (decimal): -12686678 or 11168318. OLE color: 11168318.

HSL color Cylindrical-coordinate representation of color #3E6AAA: hue angle of 215.56º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E6AAA is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 62 106 170 -
CMYK 0.64 0.38 0 0.33
HSL 215.56º 0.47% 0.45% -
HSV(B) 215.56º 0.64% 0.67% -
XYZ 14.4 14.23 40.02 -
YUV 100.14 167.42 100.8 -
System Red Green Blue C M Y K H S L
Decimal 62 106 170 0.64 0.38 0 0.33 215.56 0.47 0.45
Hex 3E 6A AA 40 26 0 21 D8 2F 2D
Octal 76 152 252 100 46 0 41 330 57 55
Binary 111110 1101010 10101010 1000000 100110 0 100001 11011000 101111 101101

Color Harmonies of #3E6AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6AAA

Black with #3E6AAA

Text Example


Text Example

White with #3E6AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,106,170); }

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

background-color css

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

 a { background-color: rgb(62,106,170); }

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

border-color css

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

 span { border-color: rgb(62,106,170); }

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