#385C4F

Color #385C4F Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #385C4F

Tints of Spectra #385C4F

Color information

#385C4F (or 0x385C4F) is unknown color: approx Spectra. HEX triplet: 38, 5C and 4F. RGB value is (56,92,79). Sum of RGB (Red+Green+Blue) = 56+92+79=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 92 - color contains mainly: green. Hex color #385C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385C4F is #C7A3B0. Grayscale: #4F4F4F. Windows color (decimal): -13083569 or 5200952. OLE color: 5200952.

HSL color Cylindrical-coordinate representation of color #385C4F: hue angle of 158.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #385C4F is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB569279-
CMYK0.3900.140.64
HSL158.33º24.32%29.02%-
HSV(B)158.33º39.13%36.08%-
XYZ6.879.068.78-
YUV79.75127.57111.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.67%
GREEN value IS 92 (36.33% from 255) = 40.53%
BLUE value IS 79 (31.25% from 255) = 34.80%
R=24.67%
G=40.53%
B=34.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5692790.3900.140.64158.3324.3229.02
Hex385C4F270E409e181d
Octal70134117470161002363035
Binary11100010111001001111100111011101000000100111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385C4F; }

 p { color: rgb(56,92,79); }

 H1.HeaderClassName
 {
   color: #385C4F;
 }
 .AnyTagClassName
 {
   color: #385C4F;
 }
</style>
background-color css

<style>
 a { background-color: #385C4F; }

 a { background-color: rgb(56,92,79); }

 div.DivClassName
 {
   background-color: #385C4F;
 }
 .BgClassName
 {
   background-color: #385C4F;
 }
</style>
border-color css

<style>
 span { border-color: #385C4F; }

 span { border-color: rgb(56,92,79); }

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