#314A6C

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

Shades of Cello #314A6C

Tints of Cello #314A6C

Color information

#314A6C (or 0x314A6C) is unknown color: approx Cello. HEX triplet: 31, 4A and 6C. RGB value is (49,74,108). Sum of RGB (Red+Green+Blue) = 49+74+108=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 108 - color contains mainly: blue. Hex color #314A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314A6C is #CEB593. Grayscale: #464646. Windows color (decimal): -13546900 or 7096881. OLE color: 7096881.

HSL color Cylindrical-coordinate representation of color #314A6C: hue angle of 214.58º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #314A6C is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4974108-
CMYK0.550.3100.58
HSL214.58º37.58%30.78%-
HSV(B)214.58º54.63%42.35%-
XYZ6.426.6315.13-
YUV70.4149.22112.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.21%
GREEN value IS 74 (29.30% from 255) = 32.03%
BLUE value IS 108 (42.58% from 255) = 46.75%
R=21.21%
G=32.03%
B=46.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49741080.550.3100.58214.5837.5830.78
Hex314A6C371F03Ad7261f
Octal6111215467370723274637
Binary110001100101011011001101111111101110101101011110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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