Html Css Color HEX #3E5852 Spectra

📋 copy color: '#3E5852'

red 62 ◦ green 88 ◦ blue 82

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

Shades of Spectra #3E5852

Tints of Spectra #3E5852

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.93%

 BLUE value IS 82 (32.42% from 255) = 35.34%

R = 26.72%
G = 37.93%
B = 35.34%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#3E5852 (or 0x3E5852) is known color: Spectra. HEX triplet: 3E, 58 and 52. RGB value is (62,88,82). Sum of RGB (Red+Green+Blue) = 62+88+82=232 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.72% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 88 - color contains mainly: green. Hex color #3E5852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5852 is #C1A7AD. Grayscale: #4F4F4F. Windows color (decimal): -12691374 or 5396542. OLE color: 5396542.

HSL color Cylindrical-coordinate representation of color #3E5852: hue angle of 166.15º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3E5852 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 62 88 82 -
CMYK 0.30 0 0.07 0.65
HSL 166.15º 0.17% 0.29% -
HSV(B) 166.15º 0.3% 0.35% -
XYZ 7 8.61 9.28 -
YUV 79.54 129.39 115.49 -
System Red Green Blue C M Y K H S L
Decimal 62 88 82 0.30 0 0.07 0.65 166.15 0.17 0.29
Hex 3E 58 52 1E 0 7 41 A6 11 1D
Octal 76 130 122 36 0 7 101 246 21 35
Binary 111110 1011000 1010010 11110 0 111 1000001 10100110 10001 11101

Color Harmonies of #3E5852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5852

Black with #3E5852

Text Example


Text Example

White with #3E5852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,88,82); }

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

background-color css

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

 a { background-color: rgb(62,88,82); }

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

border-color css

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

 span { border-color: rgb(62,88,82); }

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