#395357

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

Shades of Casal #395357

Tints of Casal #395357

Color information

#395357 (or 0x395357) is unknown color: approx Casal. HEX triplet: 39, 53 and 57. RGB value is (57,83,87). Sum of RGB (Red+Green+Blue) = 57+83+87=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 87 - color contains mainly: blue. Hex color #395357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395357 is #C6ACA8. Grayscale: #4B4B4B. Windows color (decimal): -13020329 or 5722937. OLE color: 5722937.

HSL color Cylindrical-coordinate representation of color #395357: hue angle of 188º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #395357 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB578387-
CMYK0.340.0500.66
HSL188º20.83%28.24%-
HSV(B)188º34.48%34.12%-
XYZ6.57.7410.17-
YUV75.68134.39114.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.11%
GREEN value IS 83 (32.81% from 255) = 36.56%
BLUE value IS 87 (34.38% from 255) = 38.33%
R=25.11%
G=36.56%
B=38.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5783870.340.0500.6618820.8328.24
Hex395357225042bc151c
Octal7112312742501022742534
Binary1110011010011101011110001010101000010101111001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395357; }

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

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

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

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

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

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

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

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