Html Css Color HEX #3E5CAA Mariner

📋 copy color: '#3E5CAA'

red 62 ◦ green 92 ◦ blue 170

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

Shades of Mariner #3E5CAA

Tints of Mariner #3E5CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.4%

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

R = 19.14%
G = 28.4%
B = 52.47%

CMYK

 C value IS 0.64

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3E5CAA (or 0x3E5CAA) is known color: Mariner. HEX triplet: 3E, 5C and AA. RGB value is (62,92,170). Sum of RGB (Red+Green+Blue) = 62+92+170=324 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.14% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E5CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5CAA is #C1A355. Grayscale: #5B5B5B. Windows color (decimal): -12690262 or 11164734. OLE color: 11164734.

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

Color convert

RGB 62 92 170 -
CMYK 0.64 0.46 0 0.33
HSL 223.33º 0.47% 0.45% -
HSV(B) 223.33º 0.64% 0.67% -
XYZ 13.07 11.58 39.58 -
YUV 91.92 172.06 106.66 -
System Red Green Blue C M Y K H S L
Decimal 62 92 170 0.64 0.46 0 0.33 223.33 0.47 0.45
Hex 3E 5C AA 40 2E 0 21 DF 2F 2D
Octal 76 134 252 100 56 0 41 337 57 55
Binary 111110 1011100 10101010 1000000 101110 0 100001 11011111 101111 101101

Color Harmonies of #3E5CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5CAA

Black with #3E5CAA

Text Example


Text Example

White with #3E5CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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