#385257

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

Shades of Casal #385257

Tints of Casal #385257

Color information

#385257 (or 0x385257) is unknown color: approx Casal. HEX triplet: 38, 52 and 57. RGB value is (56,82,87). Sum of RGB (Red+Green+Blue) = 56+82+87=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 87 - color contains mainly: blue. Hex color #385257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385257 is #C7ADA8. Grayscale: #4A4A4A. Windows color (decimal): -13086121 or 5722680. OLE color: 5722680.

HSL color Cylindrical-coordinate representation of color #385257: hue angle of 189.68º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #385257 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB568287-
CMYK0.360.0600.66
HSL189.68º21.68%28.04%-
HSV(B)189.68º35.63%34.12%-
XYZ6.377.5610.14-
YUV74.8134.89114.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 82 (32.42% from 255) = 36.44%
BLUE value IS 87 (34.38% from 255) = 38.67%
R=24.89%
G=36.44%
B=38.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5682870.360.0600.66189.6821.6828.04
Hex385257246042be161c
Octal7012212744601022762634
Binary1110001010010101011110010011001000010101111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385257; }

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

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

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

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

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

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

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

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