#385961

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

Shades of Casal #385961

Tints of Casal #385961

Color information

#385961 (or 0x385961) is unknown color: approx Casal. HEX triplet: 38, 59 and 61. RGB value is (56,89,97). Sum of RGB (Red+Green+Blue) = 56+89+97=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 97 - color contains mainly: blue. Hex color #385961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385961 is #C7A69E. Grayscale: #4F4F4F. Windows color (decimal): -13084319 or 6379832. OLE color: 6379832.

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

Color convert

RGB568997-
CMYK0.420.0800.62
HSL191.71º26.8%30%-
HSV(B)191.71º42.27%38.04%-
XYZ7.368.8512.63-
YUV80.04137.57110.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.14%
GREEN value IS 89 (35.16% from 255) = 36.78%
BLUE value IS 97 (38.28% from 255) = 40.08%
R=23.14%
G=36.78%
B=40.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5689970.420.0800.62191.7126.830
Hex3859612A803Ec01b1e
Octal7013114152100763003336
Binary1110001011001110000110101010000111110110000001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385961; }

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

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

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

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

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

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

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

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