#315B62

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

Shades of Casal #315B62

Tints of Casal #315B62

Color information

#315B62 (or 0x315B62) is unknown color: approx Casal. HEX triplet: 31, 5B and 62. RGB value is (49,91,98). Sum of RGB (Red+Green+Blue) = 49+91+98=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 98 - color contains mainly: blue. Hex color #315B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315B62 is #CEA49D. Grayscale: #4F4F4F. Windows color (decimal): -13542558 or 6445873. OLE color: 6445873.

HSL color Cylindrical-coordinate representation of color #315B62: hue angle of 188.57º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #315B62 is Cyan = 0.5, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB499198-
CMYK0.50.0700.62
HSL188.57º33.33%28.82%-
HSV(B)188.57º50%38.43%-
XYZ7.219.0212.92-
YUV79.24138.59106.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.59%
GREEN value IS 91 (35.94% from 255) = 38.24%
BLUE value IS 98 (38.67% from 255) = 41.18%
R=20.59%
G=38.24%
B=41.18%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4991980.50.0700.62188.5733.3328.82
Hex315B6232703Ebd211d
Octal611331426270762754135
Binary1100011011011110001011001011101111101011110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,91,98); }

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

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

 a { background-color: rgb(49,91,98); }

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

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

 span { border-color: rgb(49,91,98); }

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