Html Css Color HEX #3E6994 Mariner

📋 copy color: '#3E6994'

red 62 ◦ green 105 ◦ blue 148

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

Shades of Mariner #3E6994

Tints of Mariner #3E6994

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.33%

 BLUE value IS 148 (58.2% from 255) = 46.98%

R = 19.68%
G = 33.33%
B = 46.98%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3E6994 (or 0x3E6994) is known color: Mariner. HEX triplet: 3E, 69 and 94. RGB value is (62,105,148). Sum of RGB (Red+Green+Blue) = 62+105+148=315 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.68% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #3E6994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6994 is #C1966B. Grayscale: #606060. Windows color (decimal): -12686956 or 9726270. OLE color: 9726270.

HSL color Cylindrical-coordinate representation of color #3E6994: hue angle of 210º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E6994 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 62 105 148 -
CMYK 0.58 0.29 0 0.42
HSL 210º 0.41% 0.41% -
HSV(B) 210º 0.58% 0.58% -
XYZ 12.38 13.27 29.92 -
YUV 97.05 156.75 103 -
System Red Green Blue C M Y K H S L
Decimal 62 105 148 0.58 0.29 0 0.42 210 0.41 0.41
Hex 3E 69 94 3A 1D 0 2A D2 29 29
Octal 76 151 224 72 35 0 52 322 51 51
Binary 111110 1101001 10010100 111010 11101 0 101010 11010010 101001 101001

Color Harmonies of #3E6994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6994

Black with #3E6994

Text Example


Text Example

White with #3E6994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,105,148); }

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

background-color css

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

 a { background-color: rgb(62,105,148); }

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

border-color css

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

 span { border-color: rgb(62,105,148); }

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