#385A4F

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

Shades of Spectra #385A4F

Tints of Spectra #385A4F

Color information

#385A4F (or 0x385A4F) is unknown color: approx Spectra. HEX triplet: 38, 5A and 4F. RGB value is (56,90,79). Sum of RGB (Red+Green+Blue) = 56+90+79=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 90 - color contains mainly: green. Hex color #385A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A4F is #C7A5B0. Grayscale: #4E4E4E. Windows color (decimal): -13084081 or 5200440. OLE color: 5200440.

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

Color convert

RGB569079-
CMYK0.3800.120.65
HSL160.59º23.29%28.63%-
HSV(B)160.59º37.78%35.29%-
XYZ6.78.728.73-
YUV78.58128.24111.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 90 (35.55% from 255) = 40%
BLUE value IS 79 (31.25% from 255) = 35.11%
R=24.89%
G=40%
B=35.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5690790.3800.120.65160.5923.2928.63
Hex385A4F260C41a1171d
Octal70132117460141012412735
Binary11100010110101001111100110011001000001101000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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