#314C6B

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

Shades of Cello #314C6B

Tints of Cello #314C6B

Color information

#314C6B (or 0x314C6B) is unknown color: approx Cello. HEX triplet: 31, 4C and 6B. RGB value is (49,76,107). Sum of RGB (Red+Green+Blue) = 49+76+107=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #314C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C6B is #CEB394. Grayscale: #474747. Windows color (decimal): -13546389 or 7031857. OLE color: 7031857.

HSL color Cylindrical-coordinate representation of color #314C6B: hue angle of 212.07º 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 #314C6B is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4976107-
CMYK0.540.2900.58
HSL212.07º37.18%30.59%-
HSV(B)212.07º54.21%41.96%-
XYZ6.56.8814.9-
YUV71.46148.05111.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.12%
GREEN value IS 76 (30.08% from 255) = 32.76%
BLUE value IS 107 (42.19% from 255) = 46.12%
R=21.12%
G=32.76%
B=46.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49761070.540.2900.58212.0737.1830.59
Hex314C6B361D03Ad4251f
Octal6111415366350723244537
Binary110001100110011010111101101110101110101101010010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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