#385A51

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

Shades of Spectra #385A51

Tints of Spectra #385A51

Color information

#385A51 (or 0x385A51) is unknown color: approx Spectra. HEX triplet: 38, 5A and 51. RGB value is (56,90,81). Sum of RGB (Red+Green+Blue) = 56+90+81=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 90 - color contains mainly: green. Hex color #385A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A51 is #C7A5AE. Grayscale: #4E4E4E. Windows color (decimal): -13084079 or 5331512. OLE color: 5331512.

HSL color Cylindrical-coordinate representation of color #385A51: hue angle of 164.12º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385A51 is Cyan = 0.38, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.65.

Color convert

RGB569081-
CMYK0.3800.10.65
HSL164.12º23.29%28.63%-
HSV(B)164.12º37.78%35.29%-
XYZ6.778.759.12-
YUV78.81129.24111.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.67%
GREEN value IS 90 (35.55% from 255) = 39.65%
BLUE value IS 81 (32.03% from 255) = 35.68%
R=24.67%
G=39.65%
B=35.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5690810.3800.10.65164.1223.2928.63
Hex385A51260A41a4171d
Octal70132121460121012442735
Binary11100010110101010001100110010101000001101001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,90,81); }

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

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

 a { background-color: rgb(56,90,81); }

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

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

 span { border-color: rgb(56,90,81); }

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