#395C61

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

Shades of Casal #395C61

Tints of Casal #395C61

Color information

#395C61 (or 0x395C61) is unknown color: approx Casal. HEX triplet: 39, 5C and 61. RGB value is (57,92,97). Sum of RGB (Red+Green+Blue) = 57+92+97=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 97 - color contains mainly: blue. Hex color #395C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395C61 is #C6A39E. Grayscale: #525252. Windows color (decimal): -13018015 or 6380601. OLE color: 6380601.

HSL color Cylindrical-coordinate representation of color #395C61: hue angle of 187.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #395C61 is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB579297-
CMYK0.410.0500.62
HSL187.5º25.97%30.2%-
HSV(B)187.5º41.24%38.04%-
XYZ7.679.3912.72-
YUV82.1136.4110.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.17%
GREEN value IS 92 (36.33% from 255) = 37.40%
BLUE value IS 97 (38.28% from 255) = 39.43%
R=23.17%
G=37.40%
B=39.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5792970.410.0500.62187.525.9730.2
Hex395C6129503Ebc1a1e
Octal711341415150762743236
Binary111001101110011000011010011010111110101111001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395C61; }

 p { color: rgb(57,92,97); }

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

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

 a { background-color: rgb(57,92,97); }

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

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

 span { border-color: rgb(57,92,97); }

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