#385B61

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

Shades of Casal #385B61

Tints of Casal #385B61

Color information

#385B61 (or 0x385B61) is unknown color: approx Casal. HEX triplet: 38, 5B and 61. RGB value is (56,91,97). Sum of RGB (Red+Green+Blue) = 56+91+97=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 97 - color contains mainly: blue. Hex color #385B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B61 is #C7A49E. Grayscale: #515151. Windows color (decimal): -13083807 or 6380344. OLE color: 6380344.

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

Color convert

RGB569197-
CMYK0.420.0600.62
HSL188.78º26.8%30%-
HSV(B)188.78º42.27%38.04%-
XYZ7.539.1912.69-
YUV81.22136.9110.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.95%
GREEN value IS 91 (35.94% from 255) = 37.30%
BLUE value IS 97 (38.28% from 255) = 39.75%
R=22.95%
G=37.30%
B=39.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5691970.420.0600.62188.7826.830
Hex385B612A603Ebd1b1e
Octal701331415260762753336
Binary111000101101111000011010101100111110101111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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