#314D63

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

Shades of Cello #314D63

Tints of Cello #314D63

Color information

#314D63 (or 0x314D63) is unknown color: approx Cello. HEX triplet: 31, 4D and 63. RGB value is (49,77,99). Sum of RGB (Red+Green+Blue) = 49+77+99=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #314D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D63 is #CEB29C. Grayscale: #474747. Windows color (decimal): -13546141 or 6507825. OLE color: 6507825.

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

Color convert

RGB497799-
CMYK0.510.2200.61
HSL206.4º33.78%29.02%-
HSV(B)206.4º50.51%38.82%-
XYZ6.176.8612.8-
YUV71.14143.72112.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 77 (30.47% from 255) = 34.22%
BLUE value IS 99 (39.06% from 255) = 44%
R=21.78%
G=34.22%
B=44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4977990.510.2200.61206.433.7829.02
Hex314D63331603Dce221d
Octal6111514363260753164235
Binary110001100110111000111100111011001111011100111010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314D63; }

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

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

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

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

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

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

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

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