#315661

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

Shades of Casal #315661

Tints of Casal #315661

Color information

#315661 (or 0x315661) is unknown color: approx Casal. HEX triplet: 31, 56 and 61. RGB value is (49,86,97). Sum of RGB (Red+Green+Blue) = 49+86+97=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: blue. Hex color #315661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315661 is #CEA99E. Grayscale: #4C4C4C. Windows color (decimal): -13543839 or 6379057. OLE color: 6379057.

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

Color convert

RGB498697-
CMYK0.490.1100.62
HSL193.75º32.88%28.63%-
HSV(B)193.75º49.48%38.04%-
XYZ6.758.1712.53-
YUV76.19139.74108.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.12%
GREEN value IS 86 (33.98% from 255) = 37.07%
BLUE value IS 97 (38.28% from 255) = 41.81%
R=21.12%
G=37.07%
B=41.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4986970.490.1100.62193.7532.8828.63
Hex31566131B03Ec2211d
Octal6112614161130763024135
Binary11000110101101100001110001101101111101100001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315661; }

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

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

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

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

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

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

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

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