#385760

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

Shades of Casal #385760

Tints of Casal #385760

Color information

#385760 (or 0x385760) is unknown color: approx Casal. HEX triplet: 38, 57 and 60. RGB value is (56,87,96). Sum of RGB (Red+Green+Blue) = 56+87+96=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 96 - color contains mainly: blue. Hex color #385760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385760 is #C7A89F. Grayscale: #4E4E4E. Windows color (decimal): -13084832 or 6313784. OLE color: 6313784.

HSL color Cylindrical-coordinate representation of color #385760: hue angle of 193.5º 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 #385760 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB568796-
CMYK0.420.0900.62
HSL193.5º26.32%29.8%-
HSV(B)193.5º41.67%37.65%-
XYZ7.158.512.33-
YUV78.76137.73111.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 87 (34.38% from 255) = 36.40%
BLUE value IS 96 (37.89% from 255) = 40.17%
R=23.43%
G=36.40%
B=40.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5687960.420.0900.62193.526.3229.8
Hex3857602A903Ec21a1e
Octal7012714052110763023236
Binary1110001010111110000010101010010111110110000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385760; }

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

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

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

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

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

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

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

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