#395A63

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

Shades of Casal #395A63

Tints of Casal #395A63

Color information

#395A63 (or 0x395A63) is unknown color: approx Casal. HEX triplet: 39, 5A and 63. RGB value is (57,90,99). Sum of RGB (Red+Green+Blue) = 57+90+99=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #395A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395A63 is #C6A59C. Grayscale: #515151. Windows color (decimal): -13018525 or 6511161. OLE color: 6511161.

HSL color Cylindrical-coordinate representation of color #395A63: hue angle of 192.86º 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 #395A63 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB579099-
CMYK0.420.0900.61
HSL192.86º26.92%30.59%-
HSV(B)192.86º42.42%38.82%-
XYZ7.69.0813.16-
YUV81.16138.07110.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.17%
GREEN value IS 90 (35.55% from 255) = 36.59%
BLUE value IS 99 (39.06% from 255) = 40.24%
R=23.17%
G=36.59%
B=40.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5790990.420.0900.61192.8626.9230.59
Hex395A632A903Dc11b1f
Octal7113214352110753013337
Binary1110011011010110001110101010010111101110000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395A63; }

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

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

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

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

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

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

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

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