#314962

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

Shades of Cello #314962

Tints of Cello #314962

Color information

#314962 (or 0x314962) is unknown color: approx Cello. HEX triplet: 31, 49 and 62. RGB value is (49,73,98). Sum of RGB (Red+Green+Blue) = 49+73+98=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #314962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314962 is #CEB69D. Grayscale: #444444. Windows color (decimal): -13547166 or 6441265. OLE color: 6441265.

HSL color Cylindrical-coordinate representation of color #314962: hue angle of 210.61º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #314962 is Cyan = 0.5, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB497398-
CMYK0.50.2600.62
HSL210.61º33.33%28.82%-
HSV(B)210.61º50%38.43%-
XYZ5.856.312.46-
YUV68.67144.55113.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.27%
GREEN value IS 73 (28.91% from 255) = 33.18%
BLUE value IS 98 (38.67% from 255) = 44.55%
R=22.27%
G=33.18%
B=44.55%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4973980.50.2600.62210.6133.3328.82
Hex314962321A03Ed3211d
Octal6111114262320763234135
Binary110001100100111000101100101101001111101101001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314962; }

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

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

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

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

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

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

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

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