Html Css Color HEX #3E4161 Port Gore

📋 copy color: '#3E4161'

red 62 ◦ green 65 ◦ blue 97

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

Shades of Port Gore #3E4161

Tints of Port Gore #3E4161

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.02%

 BLUE value IS 97 (38.28% from 255) = 43.3%

R = 27.68%
G = 29.02%
B = 43.3%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3E4161 (or 0x3E4161) is known color: Port Gore. HEX triplet: 3E, 41 and 61. RGB value is (62,65,97). Sum of RGB (Red+Green+Blue) = 62+65+97=224 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.68% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #3E4161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4161 is #C1BE9E. Grayscale: #434343. Windows color (decimal): -12697247 or 6373694. OLE color: 6373694.

HSL color Cylindrical-coordinate representation of color #3E4161: hue angle of 234.86º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3E4161 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 62 65 97 -
CMYK 0.36 0.33 0 0.62
HSL 234.86º 0.22% 0.31% -
HSV(B) 234.86º 0.36% 0.38% -
XYZ 6.03 5.67 12.09 -
YUV 67.75 144.51 123.9 -
System Red Green Blue C M Y K H S L
Decimal 62 65 97 0.36 0.33 0 0.62 234.86 0.22 0.31
Hex 3E 41 61 24 21 0 3E EB 16 1F
Octal 76 101 141 44 41 0 76 353 26 37
Binary 111110 1000001 1100001 100100 100001 0 111110 11101011 10110 11111

Color Harmonies of #3E4161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4161

Black with #3E4161

Text Example


Text Example

White with #3E4161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,65,97); }

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

background-color css

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

 a { background-color: rgb(62,65,97); }

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

border-color css

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

 span { border-color: rgb(62,65,97); }

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