#385860

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

Shades of Casal #385860

Tints of Casal #385860

Color information

#385860 (or 0x385860) is unknown color: approx Casal. HEX triplet: 38, 58 and 60. RGB value is (56,88,96). Sum of RGB (Red+Green+Blue) = 56+88+96=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #385860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385860 is #C7A79F. Grayscale: #4F4F4F. Windows color (decimal): -13084576 or 6314040. OLE color: 6314040.

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

Color convert

RGB568896-
CMYK0.420.0800.62
HSL192º26.32%29.8%-
HSV(B)192º41.67%37.65%-
XYZ7.238.6612.36-
YUV79.34137.4111.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.33%
GREEN value IS 88 (34.77% from 255) = 36.67%
BLUE value IS 96 (37.89% from 255) = 40%
R=23.33%
G=36.67%
B=40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5688960.420.0800.6219226.3229.8
Hex3858602A803Ec01a1e
Octal7013014052100763003236
Binary1110001011000110000010101010000111110110000001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385860; }

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

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

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

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

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

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

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

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