#395863

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

Shades of Casal #395863

Tints of Casal #395863

Color information

#395863 (or 0x395863) is unknown color: approx Casal. HEX triplet: 39, 58 and 63. RGB value is (57,88,99). Sum of RGB (Red+Green+Blue) = 57+88+99=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 99 - color contains mainly: blue. Hex color #395863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395863 is #C6A79C. Grayscale: #4F4F4F. Windows color (decimal): -13019037 or 6510649. OLE color: 6510649.

HSL color Cylindrical-coordinate representation of color #395863: hue angle of 195.71º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #395863 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB578899-
CMYK0.420.1100.61
HSL195.71º26.92%30.59%-
HSV(B)195.71º42.42%38.82%-
XYZ7.438.7513.1-
YUV79.98138.73111.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.36%
GREEN value IS 88 (34.77% from 255) = 36.07%
BLUE value IS 99 (39.06% from 255) = 40.57%
R=23.36%
G=36.07%
B=40.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5788990.420.1100.61195.7126.9230.59
Hex3958632AB03Dc41b1f
Octal7113014352130753043337
Binary1110011011000110001110101010110111101110001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395863; }

 p { color: rgb(57,88,99); }

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

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

 a { background-color: rgb(57,88,99); }

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

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

 span { border-color: rgb(57,88,99); }

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