#314B6C

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

Shades of Cello #314B6C

Tints of Cello #314B6C

Color information

#314B6C (or 0x314B6C) is unknown color: approx Cello. HEX triplet: 31, 4B and 6C. RGB value is (49,75,108). Sum of RGB (Red+Green+Blue) = 49+75+108=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #314B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314B6C is #CEB493. Grayscale: #464646. Windows color (decimal): -13546644 or 7097137. OLE color: 7097137.

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

Color convert

RGB4975108-
CMYK0.550.3100.58
HSL213.56º37.58%30.78%-
HSV(B)213.56º54.63%42.35%-
XYZ6.496.7715.15-
YUV70.99148.89112.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.12%
GREEN value IS 75 (29.69% from 255) = 32.33%
BLUE value IS 108 (42.58% from 255) = 46.55%
R=21.12%
G=32.33%
B=46.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49751080.550.3100.58213.5637.5830.78
Hex314B6C371F03Ad6261f
Octal6111315467370723264637
Binary110001100101111011001101111111101110101101011010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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