#314E6B

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

Shades of Cello #314E6B

Tints of Cello #314E6B

Color information

#314E6B (or 0x314E6B) is unknown color: approx Cello. HEX triplet: 31, 4E and 6B. RGB value is (49,78,107). Sum of RGB (Red+Green+Blue) = 49+78+107=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 107 - color contains mainly: blue. Hex color #314E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E6B is #CEB194. Grayscale: #484848. Windows color (decimal): -13545877 or 7032369. OLE color: 7032369.

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

Color convert

RGB4978107-
CMYK0.540.2700.58
HSL210º37.18%30.59%-
HSV(B)210º54.21%41.96%-
XYZ6.647.1614.94-
YUV72.63147.39111.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.94%
GREEN value IS 78 (30.86% from 255) = 33.33%
BLUE value IS 107 (42.19% from 255) = 45.73%
R=20.94%
G=33.33%
B=45.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49781070.540.2700.5821037.1830.59
Hex314E6B361B03Ad2251f
Octal6111615366330723224537
Binary110001100111011010111101101101101110101101001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,78,107); }

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

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

 a { background-color: rgb(49,78,107); }

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

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

 span { border-color: rgb(49,78,107); }

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