#385660

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

Shades of Casal #385660

Tints of Casal #385660

Color information

#385660 (or 0x385660) is unknown color: approx Casal. HEX triplet: 38, 56 and 60. RGB value is (56,86,96). Sum of RGB (Red+Green+Blue) = 56+86+96=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #385660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385660 is #C7A99F. Grayscale: #4E4E4E. Windows color (decimal): -13085088 or 6313528. OLE color: 6313528.

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

Color convert

RGB568696-
CMYK0.420.1000.62
HSL195º26.32%29.8%-
HSV(B)195º41.67%37.65%-
XYZ7.078.3412.3-
YUV78.17138.06112.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.53%
GREEN value IS 86 (33.98% from 255) = 36.13%
BLUE value IS 96 (37.89% from 255) = 40.34%
R=23.53%
G=36.13%
B=40.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5686960.420.1000.6219526.3229.8
Hex3856602AA03Ec31a1e
Octal7012614052120763033236
Binary1110001010110110000010101010100111110110000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385660; }

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

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

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

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

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

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

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

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