#386052

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

Shades of Spectra #386052

Tints of Spectra #386052

Color information

#386052 (or 0x386052) is unknown color: approx Spectra. HEX triplet: 38, 60 and 52. RGB value is (56,96,82). Sum of RGB (Red+Green+Blue) = 56+96+82=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #386052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386052 is #C79FAD. Grayscale: #525252. Windows color (decimal): -13082542 or 5398584. OLE color: 5398584.

HSL color Cylindrical-coordinate representation of color #386052: hue angle of 159º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #386052 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB569682-
CMYK0.4200.150.62
HSL159º26.32%29.8%-
HSV(B)159º41.67%37.65%-
XYZ7.349.829.49-
YUV82.44127.75109.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.93%
GREEN value IS 96 (37.89% from 255) = 41.03%
BLUE value IS 82 (32.42% from 255) = 35.04%
R=23.93%
G=41.03%
B=35.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696820.4200.150.6215926.3229.8
Hex3860522A0F3E9f1a1e
Octal7014012252017762373236
Binary1110001100000101001010101001111111110100111111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386052; }

 p { color: rgb(56,96,82); }

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

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

 a { background-color: rgb(56,96,82); }

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

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

 span { border-color: rgb(56,96,82); }

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