Html Css Color HEX #3E4676 Port Gore

📋 copy color: '#3E4676'

red 62 ◦ green 70 ◦ blue 118

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

Shades of Port Gore #3E4676

Tints of Port Gore #3E4676

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28%

 BLUE value IS 118 (46.48% from 255) = 47.2%

R = 24.8%
G = 28%
B = 47.2%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3E4676 (or 0x3E4676) is known color: Port Gore. HEX triplet: 3E, 46 and 76. RGB value is (62,70,118). Sum of RGB (Red+Green+Blue) = 62+70+118=250 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.8% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #3E4676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4676 is #C1B989. Grayscale: #484848. Windows color (decimal): -12695946 or 7751230. OLE color: 7751230.

HSL color Cylindrical-coordinate representation of color #3E4676: hue angle of 231.43º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E4676 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 62 70 118 -
CMYK 0.47 0.41 0 0.54
HSL 231.43º 0.31% 0.35% -
HSV(B) 231.43º 0.47% 0.46% -
XYZ 7.45 6.71 18.04 -
YUV 73.08 153.35 120.1 -
System Red Green Blue C M Y K H S L
Decimal 62 70 118 0.47 0.41 0 0.54 231.43 0.31 0.35
Hex 3E 46 76 2F 29 0 36 E7 1F 23
Octal 76 106 166 57 51 0 66 347 37 43
Binary 111110 1000110 1110110 101111 101001 0 110110 11100111 11111 100011

Color Harmonies of #3E4676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4676

Black with #3E4676

Text Example


Text Example

White with #3E4676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,70,118); }

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

background-color css

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

 a { background-color: rgb(62,70,118); }

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

border-color css

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

 span { border-color: rgb(62,70,118); }

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