#314A5C

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

Shades of Cello #314A5C

Tints of Cello #314A5C

Color information

#314A5C (or 0x314A5C) is unknown color: approx Cello. HEX triplet: 31, 4A and 5C. RGB value is (49,74,92). Sum of RGB (Red+Green+Blue) = 49+74+92=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 92 - color contains mainly: blue. Hex color #314A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314A5C is #CEB5A3. Grayscale: #444444. Windows color (decimal): -13546916 or 6048305. OLE color: 6048305.

HSL color Cylindrical-coordinate representation of color #314A5C: hue angle of 205.12º degrees, saturation: 0.3, 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 #314A5C is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB497492-
CMYK0.470.2000.64
HSL205.12º30.5%27.65%-
HSV(B)205.12º46.74%36.08%-
XYZ5.656.3211.05-
YUV68.58141.22114.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.79%
GREEN value IS 74 (29.30% from 255) = 34.42%
BLUE value IS 92 (36.33% from 255) = 42.79%
R=22.79%
G=34.42%
B=42.79%

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
Decimal4974920.470.2000.64205.1230.527.65
Hex314A5C2F14040cd1e1c
Octal61112134572401003153634
Binary110001100101010111001011111010001000000110011011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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