Html Css Color HEX #3E4371 Port Gore

📋 copy color: '#3E4371'

red 62 ◦ green 67 ◦ blue 113

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

Shades of Port Gore #3E4371

Tints of Port Gore #3E4371

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.69%

 BLUE value IS 113 (44.53% from 255) = 46.69%

R = 25.62%
G = 27.69%
B = 46.69%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3E4371 (or 0x3E4371) is known color: Port Gore. HEX triplet: 3E, 43 and 71. RGB value is (62,67,113). Sum of RGB (Red+Green+Blue) = 62+67+113=242 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.62% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #3E4371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4371 is #C1BC8E. Grayscale: #464646. Windows color (decimal): -12696719 or 7422782. OLE color: 7422782.

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

Color convert

RGB 62 67 113 -
CMYK 0.45 0.41 0 0.56
HSL 234.12º 0.29% 0.34% -
HSV(B) 234.12º 0.45% 0.44% -
XYZ 6.97 6.23 16.46 -
YUV 70.75 151.84 121.76 -
System Red Green Blue C M Y K H S L
Decimal 62 67 113 0.45 0.41 0 0.56 234.12 0.29 0.34
Hex 3E 43 71 2D 29 0 38 EA 1D 22
Octal 76 103 161 55 51 0 70 352 35 42
Binary 111110 1000011 1110001 101101 101001 0 111000 11101010 11101 100010

Color Harmonies of #3E4371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4371

Black with #3E4371

Text Example


Text Example

White with #3E4371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,67,113); }

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

background-color css

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

 a { background-color: rgb(62,67,113); }

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

border-color css

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

 span { border-color: rgb(62,67,113); }

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