Html Css Color HEX #3E4766 Port Gore

📋 copy color: '#3E4766'

red 62 ◦ green 71 ◦ blue 102

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

Shades of Port Gore #3E4766

Tints of Port Gore #3E4766

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.21%

 BLUE value IS 102 (40.23% from 255) = 43.4%

R = 26.38%
G = 30.21%
B = 43.4%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#3E4766 (or 0x3E4766) is known color: Port Gore. HEX triplet: 3E, 47 and 66. RGB value is (62,71,102). Sum of RGB (Red+Green+Blue) = 62+71+102=235 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.38% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 102 - color contains mainly: blue. Hex color #3E4766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4766 is #C1B899. Grayscale: #474747. Windows color (decimal): -12695706 or 6702910. OLE color: 6702910.

HSL color Cylindrical-coordinate representation of color #3E4766: hue angle of 226.5º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E4766 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 62 71 102 -
CMYK 0.39 0.30 0 0.6
HSL 226.5º 0.24% 0.32% -
HSV(B) 226.5º 0.39% 0.4% -
XYZ 6.64 6.49 13.47 -
YUV 71.84 145.02 120.98 -
System Red Green Blue C M Y K H S L
Decimal 62 71 102 0.39 0.30 0 0.6 226.5 0.24 0.32
Hex 3E 47 66 27 1E 0 3C E2 18 20
Octal 76 107 146 47 36 0 74 342 30 40
Binary 111110 1000111 1100110 100111 11110 0 111100 11100010 11000 100000

Color Harmonies of #3E4766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4766

Black with #3E4766

Text Example


Text Example

White with #3E4766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,71,102); }

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

background-color css

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

 a { background-color: rgb(62,71,102); }

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

border-color css

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

 span { border-color: rgb(62,71,102); }

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