#314E60

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

Shades of Cello #314E60

Tints of Cello #314E60

Color information

#314E60 (or 0x314E60) is unknown color: approx Cello. HEX triplet: 31, 4E and 60. RGB value is (49,78,96). Sum of RGB (Red+Green+Blue) = 49+78+96=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #314E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E60 is #CEB19F. Grayscale: #474747. Windows color (decimal): -13545888 or 6311473. OLE color: 6311473.

HSL color Cylindrical-coordinate representation of color #314E60: hue angle of 202.98º 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 #314E60 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB497896-
CMYK0.490.1900.62
HSL202.98º32.41%28.43%-
HSV(B)202.98º48.96%37.65%-
XYZ6.16.9512.09-
YUV71.38141.89112.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.97%
GREEN value IS 78 (30.86% from 255) = 34.98%
BLUE value IS 96 (37.89% from 255) = 43.05%
R=21.97%
G=34.98%
B=43.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4978960.490.1900.62202.9832.4128.43
Hex314E60311303Ecb201c
Octal6111614061230763134034
Binary110001100111011000001100011001101111101100101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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