#314861

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

Shades of Cello #314861

Tints of Cello #314861

Color information

#314861 (or 0x314861) is unknown color: approx Cello. HEX triplet: 31, 48 and 61. RGB value is (49,72,97). Sum of RGB (Red+Green+Blue) = 49+72+97=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: blue. Hex color #314861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314861 is #CEB79E. Grayscale: #434343. Windows color (decimal): -13547423 or 6375473. OLE color: 6375473.

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

Color convert

RGB497297-
CMYK0.490.2600.62
HSL211.25º32.88%28.63%-
HSV(B)211.25º49.48%38.04%-
XYZ5.746.1512.19-
YUV67.97144.38114.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.48%
GREEN value IS 72 (28.52% from 255) = 33.03%
BLUE value IS 97 (38.28% from 255) = 44.50%
R=22.48%
G=33.03%
B=44.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4972970.490.2600.62211.2532.8828.63
Hex314861311A03Ed3211d
Octal6111014161320763234135
Binary110001100100011000011100011101001111101101001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314861; }

 p { color: rgb(49,72,97); }

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

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

 a { background-color: rgb(49,72,97); }

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

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

 span { border-color: rgb(49,72,97); }

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