#314A60

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

Shades of Cello #314A60

Tints of Cello #314A60

Color information

#314A60 (or 0x314A60) is unknown color: approx Cello. HEX triplet: 31, 4A and 60. RGB value is (49,74,96). Sum of RGB (Red+Green+Blue) = 49+74+96=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #314A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314A60 is #CEB59F. Grayscale: #444444. Windows color (decimal): -13546912 or 6310449. OLE color: 6310449.

HSL color Cylindrical-coordinate representation of color #314A60: hue angle of 208.09º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #314A60 is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB497496-
CMYK0.490.2300.62
HSL208.09º32.41%28.43%-
HSV(B)208.09º48.96%37.65%-
XYZ5.836.411.99-
YUV69.03143.22113.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.37%
GREEN value IS 74 (29.30% from 255) = 33.79%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=22.37%
G=33.79%
B=43.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4974960.490.2300.62208.0932.4128.43
Hex314A60311703Ed0201c
Octal6111214061270763204034
Binary110001100101011000001100011011101111101101000010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,74,96); }

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

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

 a { background-color: rgb(49,74,96); }

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

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

 span { border-color: rgb(49,74,96); }

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