#314763

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

Shades of Cello #314763

Tints of Cello #314763

Color information

#314763 (or 0x314763) is unknown color: approx Cello. HEX triplet: 31, 47 and 63. RGB value is (49,71,99). Sum of RGB (Red+Green+Blue) = 49+71+99=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #314763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314763 is #CEB89C. Grayscale: #434343. Windows color (decimal): -13547677 or 6506289. OLE color: 6506289.

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

Color convert

RGB497199-
CMYK0.510.2800.61
HSL213.6º33.78%29.02%-
HSV(B)213.6º50.51%38.82%-
XYZ5.776.0612.67-
YUV67.61145.71114.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.37%
GREEN value IS 71 (28.12% from 255) = 32.42%
BLUE value IS 99 (39.06% from 255) = 45.21%
R=22.37%
G=32.42%
B=45.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4971990.510.2800.61213.633.7829.02
Hex314763331C03Dd6221d
Octal6110714363340753264235
Binary110001100011111000111100111110001111011101011010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314763; }

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

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

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

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

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

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

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

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