Html Css Color HEX #3E4063 Port Gore

📋 copy color: '#3E4063'

red 62 ◦ green 64 ◦ blue 99

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

Shades of Port Gore #3E4063

Tints of Port Gore #3E4063

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.44%

 BLUE value IS 99 (39.06% from 255) = 44%

R = 27.56%
G = 28.44%
B = 44%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3E4063 (or 0x3E4063) is known color: Port Gore. HEX triplet: 3E, 40 and 63. RGB value is (62,64,99). Sum of RGB (Red+Green+Blue) = 62+64+99=225 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.56% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #3E4063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4063 is #C1BF9C. Grayscale: #434343. Windows color (decimal): -12697501 or 6504510. OLE color: 6504510.

HSL color Cylindrical-coordinate representation of color #3E4063: hue angle of 236.76º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E4063 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 62 64 99 -
CMYK 0.37 0.35 0 0.61
HSL 236.76º 0.23% 0.32% -
HSV(B) 236.76º 0.37% 0.39% -
XYZ 6.07 5.59 12.56 -
YUV 67.39 145.84 124.15 -
System Red Green Blue C M Y K H S L
Decimal 62 64 99 0.37 0.35 0 0.61 236.76 0.23 0.32
Hex 3E 40 63 25 23 0 3D ED 17 20
Octal 76 100 143 45 43 0 75 355 27 40
Binary 111110 1000000 1100011 100101 100011 0 111101 11101101 10111 100000

Color Harmonies of #3E4063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4063

Black with #3E4063

Text Example


Text Example

White with #3E4063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,64,99); }

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

background-color css

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

 a { background-color: rgb(62,64,99); }

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

border-color css

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

 span { border-color: rgb(62,64,99); }

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