#314F61

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

Shades of Cello #314F61

Tints of Cello #314F61

Color information

#314F61 (or 0x314F61) is unknown color: approx Cello. HEX triplet: 31, 4F and 61. RGB value is (49,79,97). Sum of RGB (Red+Green+Blue) = 49+79+97=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #314F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314F61 is #CEB09E. Grayscale: #474747. Windows color (decimal): -13545631 or 6377265. OLE color: 6377265.

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

Color convert

RGB497997-
CMYK0.490.1900.62
HSL202.5º32.88%28.63%-
HSV(B)202.5º49.48%38.04%-
XYZ6.227.1112.35-
YUV72.08142.06111.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 79 (31.25% from 255) = 35.11%
BLUE value IS 97 (38.28% from 255) = 43.11%
R=21.78%
G=35.11%
B=43.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4979970.490.1900.62202.532.8828.63
Hex314F61311303Eca211d
Octal6111714161230763124135
Binary110001100111111000011100011001101111101100101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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