#315169

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

Shades of Cello #315169

Tints of Cello #315169

Color information

#315169 (or 0x315169) is unknown color: approx Cello. HEX triplet: 31, 51 and 69. RGB value is (49,81,105). Sum of RGB (Red+Green+Blue) = 49+81+105=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #315169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315169 is #CEAE96. Grayscale: #4A4A4A. Windows color (decimal): -13545111 or 6902065. OLE color: 6902065.

HSL color Cylindrical-coordinate representation of color #315169: hue angle of 205.71º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #315169 is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4981105-
CMYK0.530.2300.59
HSL205.71º36.36%30.2%-
HSV(B)205.71º53.33%41.18%-
XYZ6.767.5614.47-
YUV74.17145.4110.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.85%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 105 (41.41% from 255) = 44.68%
R=20.85%
G=34.47%
B=44.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49811050.530.2300.59205.7136.3630.2
Hex315169351703Bce241e
Octal6112115165270733164436
Binary110001101000111010011101011011101110111100111010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315169; }

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

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

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

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

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

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

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

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