#314961

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

Shades of Cello #314961

Tints of Cello #314961

Color information

#314961 (or 0x314961) is unknown color: approx Cello. HEX triplet: 31, 49 and 61. RGB value is (49,73,97). Sum of RGB (Red+Green+Blue) = 49+73+97=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 97 - color contains mainly: blue. Hex color #314961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314961 is #CEB69E. Grayscale: #444444. Windows color (decimal): -13547167 or 6375729. OLE color: 6375729.

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

Color convert

RGB497397-
CMYK0.490.2500.62
HSL210º32.88%28.63%-
HSV(B)210º49.48%38.04%-
XYZ5.816.2812.22-
YUV68.56144.05114.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.37%
GREEN value IS 73 (28.91% from 255) = 33.33%
BLUE value IS 97 (38.28% from 255) = 44.29%
R=22.37%
G=33.33%
B=44.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4973970.490.2500.6221032.8828.63
Hex314961311903Ed2211d
Octal6111114161310763224135
Binary110001100100111000011100011100101111101101001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314961; }

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

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

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

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

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

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

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

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