Html Css Color HEX #3E64AA Mariner

📋 copy color: '#3E64AA'

red 62 ◦ green 100 ◦ blue 170

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

Shades of Mariner #3E64AA

Tints of Mariner #3E64AA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.12%

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

R = 18.67%
G = 30.12%
B = 51.2%

CMYK

 C value IS 0.64

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3E64AA (or 0x3E64AA) is known color: Mariner. HEX triplet: 3E, 64 and AA. RGB value is (62,100,170). Sum of RGB (Red+Green+Blue) = 62+100+170=332 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.67% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E64AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E64AA is #C19B55. Grayscale: #606060. Windows color (decimal): -12688214 or 11166782. OLE color: 11166782.

HSL color Cylindrical-coordinate representation of color #3E64AA: hue angle of 218.89º 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 #3E64AA is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 62 100 170 -
CMYK 0.64 0.41 0 0.33
HSL 218.89º 0.47% 0.45% -
HSV(B) 218.89º 0.64% 0.67% -
XYZ 13.8 13.04 39.82 -
YUV 96.62 169.41 103.31 -
System Red Green Blue C M Y K H S L
Decimal 62 100 170 0.64 0.41 0 0.33 218.89 0.47 0.45
Hex 3E 64 AA 40 29 0 21 DB 2F 2D
Octal 76 144 252 100 51 0 41 333 57 55
Binary 111110 1100100 10101010 1000000 101001 0 100001 11011011 101111 101101

Color Harmonies of #3E64AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E64AA

Black with #3E64AA

Text Example


Text Example

White with #3E64AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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