#314C6D

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

Shades of Cello #314C6D

Tints of Cello #314C6D

Color information

#314C6D (or 0x314C6D) is unknown color: approx Cello. HEX triplet: 31, 4C and 6D. RGB value is (49,76,109). Sum of RGB (Red+Green+Blue) = 49+76+109=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #314C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C6D is #CEB392. Grayscale: #474747. Windows color (decimal): -13546387 or 7162929. OLE color: 7162929.

HSL color Cylindrical-coordinate representation of color #314C6D: hue angle of 213º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #314C6D is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4976109-
CMYK0.550.3000.57
HSL213º37.97%30.98%-
HSV(B)213º55.05%42.75%-
XYZ6.616.9315.46-
YUV71.69149.05111.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.94%
GREEN value IS 76 (30.08% from 255) = 32.48%
BLUE value IS 109 (42.97% from 255) = 46.58%
R=20.94%
G=32.48%
B=46.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49761090.550.3000.5721337.9730.98
Hex314C6D371E039d5261f
Octal6111415567360713254637
Binary110001100110011011011101111111001110011101010110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,76,109); }

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

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

 a { background-color: rgb(49,76,109); }

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

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

 span { border-color: rgb(49,76,109); }

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