#385155

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

Shades of Casal #385155

Tints of Casal #385155

Color information

#385155 (or 0x385155) is unknown color: approx Casal. HEX triplet: 38, 51 and 55. RGB value is (56,81,85). Sum of RGB (Red+Green+Blue) = 56+81+85=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 85 - color contains mainly: blue. Hex color #385155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385155 is #C7AEAA. Grayscale: #494949. Windows color (decimal): -13086379 or 5591352. OLE color: 5591352.

HSL color Cylindrical-coordinate representation of color #385155: hue angle of 188.28º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #385155 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB568185-
CMYK0.340.0500.67
HSL188.28º20.57%27.65%-
HSV(B)188.28º34.12%33.33%-
XYZ6.217.389.69-
YUV73.98134.22115.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.23%
GREEN value IS 81 (32.03% from 255) = 36.49%
BLUE value IS 85 (33.59% from 255) = 38.29%
R=25.23%
G=36.49%
B=38.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5681850.340.0500.67188.2820.5727.65
Hex385155225043bc151c
Octal7012112542501032742534
Binary1110001010001101010110001010101000011101111001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385155; }

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

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

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

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

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

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

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

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