#395259

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

Shades of Casal #395259

Tints of Casal #395259

Color information

#395259 (or 0x395259) is unknown color: approx Casal. HEX triplet: 39, 52 and 59. RGB value is (57,82,89). Sum of RGB (Red+Green+Blue) = 57+82+89=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 89 - color contains mainly: blue. Hex color #395259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395259 is #C6ADA6. Grayscale: #4B4B4B. Windows color (decimal): -13020583 or 5853753. OLE color: 5853753.

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

Color convert

RGB578289-
CMYK0.360.0800.65
HSL193.12º21.92%28.63%-
HSV(B)193.12º35.96%34.9%-
XYZ6.517.6310.58-
YUV75.32135.72114.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25%
GREEN value IS 82 (32.42% from 255) = 35.96%
BLUE value IS 89 (35.16% from 255) = 39.04%
R=25%
G=35.96%
B=39.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5782890.360.0800.65193.1221.9228.63
Hex395259248041c1161d
Octal71122131441001013012635
Binary11100110100101011001100100100001000001110000011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395259; }

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

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

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

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

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

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

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

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