#314760

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

Shades of Cello #314760

Tints of Cello #314760

Color information

#314760 (or 0x314760) is unknown color: approx Cello. HEX triplet: 31, 47 and 60. RGB value is (49,71,96). Sum of RGB (Red+Green+Blue) = 49+71+96=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #314760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314760 is #CEB89F. Grayscale: #434343. Windows color (decimal): -13547680 or 6309681. OLE color: 6309681.

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

Color convert

RGB497196-
CMYK0.490.2600.62
HSL211.91º32.41%28.43%-
HSV(B)211.91º48.96%37.65%-
XYZ5.63611.93-
YUV67.27144.21114.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.69%
GREEN value IS 71 (28.12% from 255) = 32.87%
BLUE value IS 96 (37.89% from 255) = 44.44%
R=22.69%
G=32.87%
B=44.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4971960.490.2600.62211.9132.4128.43
Hex314760311A03Ed4201c
Octal6110714061320763244034
Binary110001100011111000001100011101001111101101010010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314760; }

 p { color: rgb(49,71,96); }

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

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

 a { background-color: rgb(49,71,96); }

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

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

 span { border-color: rgb(49,71,96); }

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