#314B5D

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

Shades of Cello #314B5D

Tints of Cello #314B5D

Color information

#314B5D (or 0x314B5D) is unknown color: approx Cello. HEX triplet: 31, 4B and 5D. RGB value is (49,75,93). Sum of RGB (Red+Green+Blue) = 49+75+93=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 93 - color contains mainly: blue. Hex color #314B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314B5D is #CEB4A2. Grayscale: #454545. Windows color (decimal): -13546659 or 6114097. OLE color: 6114097.

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

Color convert

RGB497593-
CMYK0.470.1900.64
HSL204.55º30.99%27.84%-
HSV(B)204.55º47.31%36.47%-
XYZ5.766.4811.3-
YUV69.28141.39113.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.58%
GREEN value IS 75 (29.69% from 255) = 34.56%
BLUE value IS 93 (36.72% from 255) = 42.86%
R=22.58%
G=34.56%
B=42.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4975930.470.1900.64204.5530.9927.84
Hex314B5D2F13040cd1f1c
Octal61113135572301003153734
Binary110001100101110111011011111001101000000110011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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