#314A6A

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

Shades of Cello #314A6A

Tints of Cello #314A6A

Color information

#314A6A (or 0x314A6A) is unknown color: approx Cello. HEX triplet: 31, 4A and 6A. RGB value is (49,74,106). Sum of RGB (Red+Green+Blue) = 49+74+106=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 106 - color contains mainly: blue. Hex color #314A6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314A6A is #CEB595. Grayscale: #464646. Windows color (decimal): -13546902 or 6965809. OLE color: 6965809.

HSL color Cylindrical-coordinate representation of color #314A6A: hue angle of 213.68º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #314A6A is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4974106-
CMYK0.540.3000.58
HSL213.68º36.77%30.39%-
HSV(B)213.68º53.77%41.57%-
XYZ6.326.5914.57-
YUV70.17148.22112.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.40%
GREEN value IS 74 (29.30% from 255) = 32.31%
BLUE value IS 106 (41.80% from 255) = 46.29%
R=21.40%
G=32.31%
B=46.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49741060.540.3000.58213.6836.7730.39
Hex314A6A361E03Ad6251e
Octal6111215266360723264536
Binary110001100101011010101101101111001110101101011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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