#314A5D

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

Shades of Cello #314A5D

Tints of Cello #314A5D

Color information

#314A5D (or 0x314A5D) is unknown color: approx Cello. HEX triplet: 31, 4A and 5D. RGB value is (49,74,93). Sum of RGB (Red+Green+Blue) = 49+74+93=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 93 - color contains mainly: blue. Hex color #314A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314A5D is #CEB5A2. Grayscale: #444444. Windows color (decimal): -13546915 or 6113841. OLE color: 6113841.

HSL color Cylindrical-coordinate representation of color #314A5D: hue angle of 205.91º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #314A5D is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB497493-
CMYK0.470.2000.64
HSL205.91º30.99%27.84%-
HSV(B)205.91º47.31%36.47%-
XYZ5.696.3411.28-
YUV68.69141.72113.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.69%
GREEN value IS 74 (29.30% from 255) = 34.26%
BLUE value IS 93 (36.72% from 255) = 43.06%
R=22.69%
G=34.26%
B=43.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4974930.470.2000.64205.9130.9927.84
Hex314A5D2F14040ce1f1c
Octal61112135572401003163734
Binary110001100101010111011011111010001000000110011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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