#315163

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

Shades of Cello #315163

Tints of Cello #315163

Color information

#315163 (or 0x315163) is unknown color: approx Cello. HEX triplet: 31, 51 and 63. RGB value is (49,81,99). Sum of RGB (Red+Green+Blue) = 49+81+99=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 99 - color contains mainly: blue. Hex color #315163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315163 is #CEAE9C. Grayscale: #494949. Windows color (decimal): -13545117 or 6508849. OLE color: 6508849.

HSL color Cylindrical-coordinate representation of color #315163: hue angle of 201.6º 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 #315163 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB498199-
CMYK0.510.1800.61
HSL201.6º33.78%29.02%-
HSV(B)201.6º50.51%38.82%-
XYZ6.467.4412.9-
YUV73.48142.4110.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.40%
GREEN value IS 81 (32.03% from 255) = 35.37%
BLUE value IS 99 (39.06% from 255) = 43.23%
R=21.40%
G=35.37%
B=43.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4981990.510.1800.61201.633.7829.02
Hex315163331203Dca221d
Octal6112114363220753124235
Binary110001101000111000111100111001001111011100101010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315163; }

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

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

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

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

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

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

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

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