Html Css Color HEX #3D5852 Spectra

📋 copy color: '#3D5852'

red 61 ◦ green 88 ◦ blue 82

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

Shades of Spectra #3D5852

Tints of Spectra #3D5852

RGB

 RED value IS 61 (24.22% from 255) = 26.41%

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

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

R = 26.41%
G = 38.1%
B = 35.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#3D5852 (or 0x3D5852) is known color: Spectra. HEX triplet: 3D, 58 and 52. RGB value is (61,88,82). Sum of RGB (Red+Green+Blue) = 61+88+82=231 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.41% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 88 - color contains mainly: green. Hex color #3D5852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5852 is #C2A7AD. Grayscale: #4F4F4F. Windows color (decimal): -12756910 or 5396541. OLE color: 5396541.

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

Color convert

RGB 61 88 82 -
CMYK 0.31 0 0.07 0.65
HSL 166.67º 0.18% 0.29% -
HSV(B) 166.67º 0.31% 0.35% -
XYZ 6.94 8.58 9.27 -
YUV 79.24 129.55 114.99 -
System Red Green Blue C M Y K H S L
Decimal 61 88 82 0.31 0 0.07 0.65 166.67 0.18 0.29
Hex 3D 58 52 1F 0 7 41 A7 12 1D
Octal 75 130 122 37 0 7 101 247 22 35
Binary 111101 1011000 1010010 11111 0 111 1000001 10100111 10010 11101

Color Harmonies of #3D5852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5852

Black with #3D5852

Text Example


Text Example

White with #3D5852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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