#314E6A

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

Shades of Cello #314E6A

Tints of Cello #314E6A

Color information

#314E6A (or 0x314E6A) is unknown color: approx Cello. HEX triplet: 31, 4E and 6A. RGB value is (49,78,106). Sum of RGB (Red+Green+Blue) = 49+78+106=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 106 (41.80% from 255 or 45.49% from 233); Max value from RGB is 106 - color contains mainly: blue. Hex color #314E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E6A is #CEB195. Grayscale: #484848. Windows color (decimal): -13545878 or 6966833. OLE color: 6966833.

HSL color Cylindrical-coordinate representation of color #314E6A: hue angle of 209.47º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #314E6A is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4978106-
CMYK0.540.2600.58
HSL209.47º36.77%30.39%-
HSV(B)209.47º53.77%41.57%-
XYZ6.597.1414.67-
YUV72.52146.89111.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.03%
GREEN value IS 78 (30.86% from 255) = 33.48%
BLUE value IS 106 (41.80% from 255) = 45.49%
R=21.03%
G=33.48%
B=45.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49781060.540.2600.58209.4736.7730.39
Hex314E6A361A03Ad1251e
Octal6111615266320723214536
Binary110001100111011010101101101101001110101101000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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