#315C63

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

Shades of Casal #315C63

Tints of Casal #315C63

Color information

#315C63 (or 0x315C63) is unknown color: approx Casal. HEX triplet: 31, 5C and 63. RGB value is (49,92,99). Sum of RGB (Red+Green+Blue) = 49+92+99=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 99 - color contains mainly: blue. Hex color #315C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315C63 is #CEA39C. Grayscale: #4F4F4F. Windows color (decimal): -13542301 or 6511665. OLE color: 6511665.

HSL color Cylindrical-coordinate representation of color #315C63: hue angle of 188.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #315C63 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB499299-
CMYK0.510.0700.61
HSL188.4º33.78%29.02%-
HSV(B)188.4º50.51%38.82%-
XYZ7.359.2113.19-
YUV79.94138.75105.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.42%
GREEN value IS 92 (36.33% from 255) = 38.33%
BLUE value IS 99 (39.06% from 255) = 41.25%
R=20.42%
G=38.33%
B=41.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4992990.510.0700.61188.433.7829.02
Hex315C6333703Dbc221d
Octal611341436370752744235
Binary1100011011100110001111001111101111011011110010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315C63; }

 p { color: rgb(49,92,99); }

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

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

 a { background-color: rgb(49,92,99); }

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

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

 span { border-color: rgb(49,92,99); }

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