#314E63

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

Shades of Cello #314E63

Tints of Cello #314E63

Color information

#314E63 (or 0x314E63) is unknown color: approx Cello. HEX triplet: 31, 4E and 63. RGB value is (49,78,99). Sum of RGB (Red+Green+Blue) = 49+78+99=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #314E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E63 is #CEB19C. Grayscale: #474747. Windows color (decimal): -13545885 or 6508081. OLE color: 6508081.

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

Color convert

RGB497899-
CMYK0.510.2100.61
HSL205.2º33.78%29.02%-
HSV(B)205.2º50.51%38.82%-
XYZ6.24712.83-
YUV71.72143.39111.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.68%
GREEN value IS 78 (30.86% from 255) = 34.51%
BLUE value IS 99 (39.06% from 255) = 43.81%
R=21.68%
G=34.51%
B=43.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4978990.510.2100.61205.233.7829.02
Hex314E63331503Dcd221d
Octal6111614363250753154235
Binary110001100111011000111100111010101111011100110110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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