#385B4D

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

Shades of Spectra #385B4D

Tints of Spectra #385B4D

Color information

#385B4D (or 0x385B4D) is unknown color: approx Spectra. HEX triplet: 38, 5B and 4D. RGB value is (56,91,77). Sum of RGB (Red+Green+Blue) = 56+91+77=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 91 - color contains mainly: green. Hex color #385B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B4D is #C7A4B2. Grayscale: #4E4E4E. Windows color (decimal): -13083827 or 5069624. OLE color: 5069624.

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

Color convert

RGB569177-
CMYK0.3800.150.64
HSL156º23.81%28.82%-
HSV(B)156º38.46%35.69%-
XYZ6.718.868.38-
YUV78.94126.9111.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25%
GREEN value IS 91 (35.94% from 255) = 40.62%
BLUE value IS 77 (30.47% from 255) = 34.38%
R=25%
G=40.62%
B=34.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5691770.3800.150.6415623.8128.82
Hex385B4D260F409c181d
Octal70133115460171002343035
Binary11100010110111001101100110011111000000100111001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,91,77); }

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

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

 a { background-color: rgb(56,91,77); }

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

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

 span { border-color: rgb(56,91,77); }

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