#314E69

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

Shades of Cello #314E69

Tints of Cello #314E69

Color information

#314E69 (or 0x314E69) is unknown color: approx Cello. HEX triplet: 31, 4E and 69. RGB value is (49,78,105). Sum of RGB (Red+Green+Blue) = 49+78+105=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 105 - color contains mainly: blue. Hex color #314E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E69 is #CEB196. Grayscale: #484848. Windows color (decimal): -13545879 or 6901297. OLE color: 6901297.

HSL color Cylindrical-coordinate representation of color #314E69: hue angle of 208.93º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #314E69 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4978105-
CMYK0.530.2600.59
HSL208.93º36.36%30.2%-
HSV(B)208.93º53.33%41.18%-
XYZ6.547.1214.39-
YUV72.41146.39111.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.12%
GREEN value IS 78 (30.86% from 255) = 33.62%
BLUE value IS 105 (41.41% from 255) = 45.26%
R=21.12%
G=33.62%
B=45.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49781050.530.2600.59208.9336.3630.2
Hex314E69351A03Bd1241e
Octal6111615165320733214436
Binary110001100111011010011101011101001110111101000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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