#314865

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

Shades of Cello #314865

Tints of Cello #314865

Color information

#314865 (or 0x314865) is unknown color: approx Cello. HEX triplet: 31, 48 and 65. RGB value is (49,72,101). Sum of RGB (Red+Green+Blue) = 49+72+101=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 101 - color contains mainly: blue. Hex color #314865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314865 is #CEB79A. Grayscale: #444444. Windows color (decimal): -13547419 or 6637617. OLE color: 6637617.

HSL color Cylindrical-coordinate representation of color #314865: hue angle of 213.46º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #314865 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4972101-
CMYK0.510.2900.60
HSL213.46º34.67%29.41%-
HSV(B)213.46º51.49%39.61%-
XYZ5.936.2313.2-
YUV68.43146.38114.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.07%
GREEN value IS 72 (28.52% from 255) = 32.43%
BLUE value IS 101 (39.84% from 255) = 45.50%
R=22.07%
G=32.43%
B=45.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49721010.510.2900.60213.4634.6729.41
Hex314865331D03Cd5231d
Octal6111014563350743254335
Binary110001100100011001011100111110101111001101010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314865; }

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

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

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

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

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

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

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

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