Html Css Color HEX #3E4868 Port Gore

📋 copy color: '#3E4868'

red 62 ◦ green 72 ◦ blue 104

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

Shades of Port Gore #3E4868

Tints of Port Gore #3E4868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.25%

 BLUE value IS 104 (41.02% from 255) = 43.7%

R = 26.05%
G = 30.25%
B = 43.7%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3E4868 (or 0x3E4868) is known color: Port Gore. HEX triplet: 3E, 48 and 68. RGB value is (62,72,104). Sum of RGB (Red+Green+Blue) = 62+72+104=238 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.05% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #3E4868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4868 is #C1B797. Grayscale: #484848. Windows color (decimal): -12695448 or 6834238. OLE color: 6834238.

HSL color Cylindrical-coordinate representation of color #3E4868: hue angle of 225.71º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E4868 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 62 72 104 -
CMYK 0.40 0.31 0 0.59
HSL 225.71º 0.25% 0.33% -
HSV(B) 225.71º 0.4% 0.41% -
XYZ 6.8 6.66 14.02 -
YUV 72.66 145.69 120.4 -
System Red Green Blue C M Y K H S L
Decimal 62 72 104 0.40 0.31 0 0.59 225.71 0.25 0.33
Hex 3E 48 68 28 1F 0 3B E2 19 21
Octal 76 110 150 50 37 0 73 342 31 41
Binary 111110 1001000 1101000 101000 11111 0 111011 11100010 11001 100001

Color Harmonies of #3E4868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4868

Black with #3E4868

Text Example


Text Example

White with #3E4868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,72,104); }

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

background-color css

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

 a { background-color: rgb(62,72,104); }

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

border-color css

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

 span { border-color: rgb(62,72,104); }

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