#314B5E

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

Shades of Cello #314B5E

Tints of Cello #314B5E

Color information

#314B5E (or 0x314B5E) is unknown color: approx Cello. HEX triplet: 31, 4B and 5E. RGB value is (49,75,94). Sum of RGB (Red+Green+Blue) = 49+75+94=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 94 - color contains mainly: blue. Hex color #314B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314B5E is #CEB4A1. Grayscale: #454545. Windows color (decimal): -13546658 or 6179633. OLE color: 6179633.

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

Color convert

RGB497594-
CMYK0.480.2000.63
HSL205.33º31.47%28.04%-
HSV(B)205.33º47.87%36.86%-
XYZ5.86.4911.54-
YUV69.39141.89113.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.48%
GREEN value IS 75 (29.69% from 255) = 34.40%
BLUE value IS 94 (37.11% from 255) = 43.12%
R=22.48%
G=34.40%
B=43.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4975940.480.2000.63205.3331.4728.04
Hex314B5E301403Fcd1f1c
Octal6111313660240773153734
Binary11000110010111011110110000101000111111110011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,75,94); }

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

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

 a { background-color: rgb(49,75,94); }

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

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

 span { border-color: rgb(49,75,94); }

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