Html Css Color HEX #3E4565 Port Gore

📋 copy color: '#3E4565'

red 62 ◦ green 69 ◦ blue 101

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

Shades of Port Gore #3E4565

Tints of Port Gore #3E4565

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.74%

 BLUE value IS 101 (39.84% from 255) = 43.53%

R = 26.72%
G = 29.74%
B = 43.53%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#3E4565 (or 0x3E4565) is known color: Port Gore. HEX triplet: 3E, 45 and 65. RGB value is (62,69,101). Sum of RGB (Red+Green+Blue) = 62+69+101=232 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.72% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #3E4565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4565 is #C1BA9A. Grayscale: #464646. Windows color (decimal): -12696219 or 6636862. OLE color: 6636862.

HSL color Cylindrical-coordinate representation of color #3E4565: hue angle of 229.23º 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 #3E4565 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 62 69 101 -
CMYK 0.39 0.32 0 0.60
HSL 229.23º 0.24% 0.32% -
HSV(B) 229.23º 0.39% 0.4% -
XYZ 6.46 6.22 13.17 -
YUV 70.56 145.18 121.9 -
System Red Green Blue C M Y K H S L
Decimal 62 69 101 0.39 0.32 0 0.60 229.23 0.24 0.32
Hex 3E 45 65 27 20 0 3C E5 18 20
Octal 76 105 145 47 40 0 74 345 30 40
Binary 111110 1000101 1100101 100111 100000 0 111100 11100101 11000 100000

Color Harmonies of #3E4565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4565

Black with #3E4565

Text Example


Text Example

White with #3E4565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,69,101); }

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

background-color css

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

 a { background-color: rgb(62,69,101); }

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

border-color css

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

 span { border-color: rgb(62,69,101); }

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