#385B4E

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

Shades of Spectra #385B4E

Tints of Spectra #385B4E

Color information

#385B4E (or 0x385B4E) is unknown color: approx Spectra. HEX triplet: 38, 5B and 4E. RGB value is (56,91,78). Sum of RGB (Red+Green+Blue) = 56+91+78=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 91 - color contains mainly: green. Hex color #385B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B4E is #C7A4B1. Grayscale: #4F4F4F. Windows color (decimal): -13083826 or 5135160. OLE color: 5135160.

HSL color Cylindrical-coordinate representation of color #385B4E: hue angle of 157.71º 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 #385B4E is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB569178-
CMYK0.3800.140.64
HSL157.71º23.81%28.82%-
HSV(B)157.71º38.46%35.69%-
XYZ6.758.878.56-
YUV79.05127.4111.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 91 (35.94% from 255) = 40.44%
BLUE value IS 78 (30.86% from 255) = 34.67%
R=24.89%
G=40.44%
B=34.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5691780.3800.140.64157.7123.8128.82
Hex385B4E260E409e181d
Octal70133116460161002363035
Binary11100010110111001110100110011101000000100111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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