#314E62

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

Shades of Cello #314E62

Tints of Cello #314E62

Color information

#314E62 (or 0x314E62) is unknown color: approx Cello. HEX triplet: 31, 4E and 62. RGB value is (49,78,98). Sum of RGB (Red+Green+Blue) = 49+78+98=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #314E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E62 is #CEB19D. Grayscale: #474747. Windows color (decimal): -13545886 or 6442545. OLE color: 6442545.

HSL color Cylindrical-coordinate representation of color #314E62: hue angle of 204.49º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #314E62 is Cyan = 0.5, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB497898-
CMYK0.50.2000.62
HSL204.49º33.33%28.82%-
HSV(B)204.49º50%38.43%-
XYZ6.26.9812.58-
YUV71.61142.89111.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 78 (30.86% from 255) = 34.67%
BLUE value IS 98 (38.67% from 255) = 43.56%
R=21.78%
G=34.67%
B=43.56%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4978980.50.2000.62204.4933.3328.82
Hex314E62321403Ecc211d
Octal6111614262240763144135
Binary110001100111011000101100101010001111101100110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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