#314C65

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

Shades of Cello #314C65

Tints of Cello #314C65

Color information

#314C65 (or 0x314C65) is unknown color: approx Cello. HEX triplet: 31, 4C and 65. RGB value is (49,76,101). Sum of RGB (Red+Green+Blue) = 49+76+101=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 101 - color contains mainly: blue. Hex color #314C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C65 is #CEB39A. Grayscale: #464646. Windows color (decimal): -13546395 or 6638641. OLE color: 6638641.

HSL color Cylindrical-coordinate representation of color #314C65: hue angle of 208.85º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #314C65 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4976101-
CMYK0.510.2500.60
HSL208.85º34.67%29.41%-
HSV(B)208.85º51.49%39.61%-
XYZ6.26.7613.29-
YUV70.78145.05112.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.68%
GREEN value IS 76 (30.08% from 255) = 33.63%
BLUE value IS 101 (39.84% from 255) = 44.69%
R=21.68%
G=33.63%
B=44.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49761010.510.2500.60208.8534.6729.41
Hex314C65331903Cd1231d
Octal6111414563310743214335
Binary110001100110011001011100111100101111001101000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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