#385B60

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

Shades of Casal #385B60

Tints of Casal #385B60

Color information

#385B60 (or 0x385B60) is unknown color: approx Casal. HEX triplet: 38, 5B and 60. RGB value is (56,91,96). Sum of RGB (Red+Green+Blue) = 56+91+96=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: blue. Hex color #385B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B60 is #C7A49F. Grayscale: #515151. Windows color (decimal): -13083808 or 6314808. OLE color: 6314808.

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

Color convert

RGB569196-
CMYK0.420.0500.62
HSL187.5º26.32%29.8%-
HSV(B)187.5º41.67%37.65%-
XYZ7.489.1712.44-
YUV81.1136.4110.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.05%
GREEN value IS 91 (35.94% from 255) = 37.45%
BLUE value IS 96 (37.89% from 255) = 39.51%
R=23.05%
G=37.45%
B=39.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5691960.420.0500.62187.526.3229.8
Hex385B602A503Ebc1a1e
Octal701331405250762743236
Binary111000101101111000001010101010111110101111001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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