#395459

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

Shades of Casal #395459

Tints of Casal #395459

Color information

#395459 (or 0x395459) is unknown color: approx Casal. HEX triplet: 39, 54 and 59. RGB value is (57,84,89). Sum of RGB (Red+Green+Blue) = 57+84+89=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 89 - color contains mainly: blue. Hex color #395459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395459 is #C6ABA6. Grayscale: #4C4C4C. Windows color (decimal): -13020071 or 5854265. OLE color: 5854265.

HSL color Cylindrical-coordinate representation of color #395459: hue angle of 189.38º 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 #395459 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB578489-
CMYK0.360.0600.65
HSL189.38º21.92%28.63%-
HSV(B)189.38º35.96%34.9%-
XYZ6.667.9310.63-
YUV76.5135.05114.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.78%
GREEN value IS 84 (33.20% from 255) = 36.52%
BLUE value IS 89 (35.16% from 255) = 38.70%
R=24.78%
G=36.52%
B=38.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5784890.360.0600.65189.3821.9228.63
Hex395459246041bd161d
Octal7112413144601012752635
Binary1110011010100101100110010011001000001101111011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395459; }

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

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

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

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

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

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

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

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