#385561

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

Shades of Casal #385561

Tints of Casal #385561

Color information

#385561 (or 0x385561) is unknown color: approx Casal. HEX triplet: 38, 55 and 61. RGB value is (56,85,97). Sum of RGB (Red+Green+Blue) = 56+85+97=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 97 - color contains mainly: blue. Hex color #385561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385561 is #C7AA9E. Grayscale: #4D4D4D. Windows color (decimal): -13085343 or 6378808. OLE color: 6378808.

HSL color Cylindrical-coordinate representation of color #385561: hue angle of 197.56º degrees, saturation: 0.27, 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 #385561 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB568597-
CMYK0.420.1200.62
HSL197.56º26.8%30%-
HSV(B)197.56º42.27%38.04%-
XYZ7.048.212.52-
YUV77.7138.89112.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.53%
GREEN value IS 85 (33.59% from 255) = 35.71%
BLUE value IS 97 (38.28% from 255) = 40.76%
R=23.53%
G=35.71%
B=40.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5685970.420.1200.62197.5626.830
Hex3855612AC03Ec61b1e
Octal7012514152140763063336
Binary1110001010101110000110101011000111110110001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385561; }

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

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

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

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

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

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

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

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