#385157

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

Shades of Casal #385157

Tints of Casal #385157

Color information

#385157 (or 0x385157) is unknown color: approx Casal. HEX triplet: 38, 51 and 57. RGB value is (56,81,87). Sum of RGB (Red+Green+Blue) = 56+81+87=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 87 - color contains mainly: blue. Hex color #385157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385157 is #C7AEA8. Grayscale: #4A4A4A. Windows color (decimal): -13086377 or 5722424. OLE color: 5722424.

HSL color Cylindrical-coordinate representation of color #385157: hue angle of 191.61º 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 #385157 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB568187-
CMYK0.360.0700.66
HSL191.61º21.68%28.04%-
HSV(B)191.61º35.63%34.12%-
XYZ6.297.4110.12-
YUV74.21135.22115.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25%
GREEN value IS 81 (32.03% from 255) = 36.16%
BLUE value IS 87 (34.38% from 255) = 38.84%
R=25%
G=36.16%
B=38.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5681870.360.0700.66191.6121.6828.04
Hex385157247042c0161c
Octal7012112744701023002634
Binary1110001010001101011110010011101000010110000001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385157; }

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

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

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

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

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

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

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

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