#395359

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

Shades of Casal #395359

Tints of Casal #395359

Color information

#395359 (or 0x395359) is unknown color: approx Casal. HEX triplet: 39, 53 and 59. RGB value is (57,83,89). Sum of RGB (Red+Green+Blue) = 57+83+89=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 89 - color contains mainly: blue. Hex color #395359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395359 is #C6ACA6. Grayscale: #4B4B4B. Windows color (decimal): -13020327 or 5854009. OLE color: 5854009.

HSL color Cylindrical-coordinate representation of color #395359: hue angle of 191.25º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #395359 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB578389-
CMYK0.360.0700.65
HSL191.25º21.92%28.63%-
HSV(B)191.25º35.96%34.9%-
XYZ6.587.7810.61-
YUV75.91135.39114.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.89%
GREEN value IS 83 (32.81% from 255) = 36.24%
BLUE value IS 89 (35.16% from 255) = 38.86%
R=24.89%
G=36.24%
B=38.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5783890.360.0700.65191.2521.9228.63
Hex395359247041bf161d
Octal7112313144701012772635
Binary1110011010011101100110010011101000001101111111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395359; }

 p { color: rgb(57,83,89); }

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

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

 a { background-color: rgb(57,83,89); }

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

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

 span { border-color: rgb(57,83,89); }

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