#314963

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

Shades of Cello #314963

Tints of Cello #314963

Color information

#314963 (or 0x314963) is unknown color: approx Cello. HEX triplet: 31, 49 and 63. RGB value is (49,73,99). Sum of RGB (Red+Green+Blue) = 49+73+99=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #314963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314963 is #CEB69C. Grayscale: #444444. Windows color (decimal): -13547165 or 6506801. OLE color: 6506801.

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

Color convert

RGB497399-
CMYK0.510.2600.61
HSL211.2º33.78%29.02%-
HSV(B)211.2º50.51%38.82%-
XYZ5.96.3212.71-
YUV68.79145.05113.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.17%
GREEN value IS 73 (28.91% from 255) = 33.03%
BLUE value IS 99 (39.06% from 255) = 44.80%
R=22.17%
G=33.03%
B=44.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4973990.510.2600.61211.233.7829.02
Hex314963331A03Dd3221d
Octal6111114363320753234235
Binary110001100100111000111100111101001111011101001110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314963; }

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

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

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

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

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

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

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

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