#315662

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

Shades of Casal #315662

Tints of Casal #315662

Color information

#315662 (or 0x315662) is unknown color: approx Casal. HEX triplet: 31, 56 and 62. RGB value is (49,86,98). Sum of RGB (Red+Green+Blue) = 49+86+98=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 98 - color contains mainly: blue. Hex color #315662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315662 is #CEA99D. Grayscale: #4C4C4C. Windows color (decimal): -13543838 or 6444593. OLE color: 6444593.

HSL color Cylindrical-coordinate representation of color #315662: hue angle of 194.69º 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 #315662 is Cyan = 0.5, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB498698-
CMYK0.50.1200.62
HSL194.69º33.33%28.82%-
HSV(B)194.69º50%38.43%-
XYZ6.88.1912.78-
YUV76.3140.24108.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.03%
GREEN value IS 86 (33.98% from 255) = 36.91%
BLUE value IS 98 (38.67% from 255) = 42.06%
R=21.03%
G=36.91%
B=42.06%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4986980.50.1200.62194.6933.3328.82
Hex31566232C03Ec3211d
Octal6112614262140763034135
Binary11000110101101100010110010110001111101100001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315662; }

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

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

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

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

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

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

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

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