#314863

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

Shades of Cello #314863

Tints of Cello #314863

Color information

#314863 (or 0x314863) is unknown color: approx Cello. HEX triplet: 31, 48 and 63. RGB value is (49,72,99). Sum of RGB (Red+Green+Blue) = 49+72+99=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #314863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314863 is #CEB79C. Grayscale: #444444. Windows color (decimal): -13547421 or 6506545. OLE color: 6506545.

HSL color Cylindrical-coordinate representation of color #314863: hue angle of 212.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #314863 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB497299-
CMYK0.510.2700.61
HSL212.4º33.78%29.02%-
HSV(B)212.4º50.51%38.82%-
XYZ5.846.1912.69-
YUV68.2145.38114.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.27%
GREEN value IS 72 (28.52% from 255) = 32.73%
BLUE value IS 99 (39.06% from 255) = 45%
R=22.27%
G=32.73%
B=45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4972990.510.2700.61212.433.7829.02
Hex314863331B03Dd4221d
Octal6111014363330753244235
Binary110001100100011000111100111101101111011101010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314863; }

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

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

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

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

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

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

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

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