#315069

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

Shades of Cello #315069

Tints of Cello #315069

Color information

#315069 (or 0x315069) is unknown color: approx Cello. HEX triplet: 31, 50 and 69. RGB value is (49,80,105). Sum of RGB (Red+Green+Blue) = 49+80+105=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 105 - color contains mainly: blue. Hex color #315069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315069 is #CEAF96. Grayscale: #494949. Windows color (decimal): -13545367 or 6901809. OLE color: 6901809.

HSL color Cylindrical-coordinate representation of color #315069: hue angle of 206.79º 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 #315069 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4980105-
CMYK0.530.2400.59
HSL206.79º36.36%30.2%-
HSV(B)206.79º53.33%41.18%-
XYZ6.697.4114.44-
YUV73.58145.73110.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.94%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 105 (41.41% from 255) = 44.87%
R=20.94%
G=34.19%
B=44.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49801050.530.2400.59206.7936.3630.2
Hex315069351803Bcf241e
Octal6112015165300733174436
Binary110001101000011010011101011100001110111100111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315069; }

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

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

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

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

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

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

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

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