#385A60

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

Shades of Casal #385A60

Tints of Casal #385A60

Color information

#385A60 (or 0x385A60) is unknown color: approx Casal. HEX triplet: 38, 5A and 60. RGB value is (56,90,96). Sum of RGB (Red+Green+Blue) = 56+90+96=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 96 - color contains mainly: blue. Hex color #385A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A60 is #C7A59F. Grayscale: #505050. Windows color (decimal): -13084064 or 6314552. OLE color: 6314552.

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

Color convert

RGB569096-
CMYK0.420.0600.62
HSL189º26.32%29.8%-
HSV(B)189º41.67%37.65%-
XYZ7.4912.41-
YUV80.52136.74110.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.14%
GREEN value IS 90 (35.55% from 255) = 37.19%
BLUE value IS 96 (37.89% from 255) = 39.67%
R=23.14%
G=37.19%
B=39.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5690960.420.0600.6218926.3229.8
Hex385A602A603Ebd1a1e
Octal701321405260762753236
Binary111000101101011000001010101100111110101111011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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