Html Css Color HEX #3E496C Port Gore

📋 copy color: '#3E496C'

red 62 ◦ green 73 ◦ blue 108

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

Shades of Port Gore #3E496C

Tints of Port Gore #3E496C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.04%

 BLUE value IS 108 (42.58% from 255) = 44.44%

R = 25.51%
G = 30.04%
B = 44.44%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3E496C (or 0x3E496C) is known color: Port Gore. HEX triplet: 3E, 49 and 6C. RGB value is (62,73,108). Sum of RGB (Red+Green+Blue) = 62+73+108=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #3E496C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E496C is #C1B693. Grayscale: #494949. Windows color (decimal): -12695188 or 7096638. OLE color: 7096638.

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

Color convert

RGB 62 73 108 -
CMYK 0.43 0.32 0 0.58
HSL 225.65º 0.27% 0.33% -
HSV(B) 225.65º 0.43% 0.42% -
XYZ 7.08 6.87 15.14 -
YUV 73.7 147.36 119.65 -
System Red Green Blue C M Y K H S L
Decimal 62 73 108 0.43 0.32 0 0.58 225.65 0.27 0.33
Hex 3E 49 6C 2B 20 0 3A E2 1B 21
Octal 76 111 154 53 40 0 72 342 33 41
Binary 111110 1001001 1101100 101011 100000 0 111010 11100010 11011 100001

Color Harmonies of #3E496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E496C

Black with #3E496C

Text Example


Text Example

White with #3E496C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,73,108); }

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

background-color css

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

 a { background-color: rgb(62,73,108); }

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

border-color css

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

 span { border-color: rgb(62,73,108); }

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