#314D60

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

Shades of Cello #314D60

Tints of Cello #314D60

Color information

#314D60 (or 0x314D60) is unknown color: approx Cello. HEX triplet: 31, 4D and 60. RGB value is (49,77,96). Sum of RGB (Red+Green+Blue) = 49+77+96=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #314D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D60 is #CEB29F. Grayscale: #464646. Windows color (decimal): -13546144 or 6311217. OLE color: 6311217.

HSL color Cylindrical-coordinate representation of color #314D60: hue angle of 204.26º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #314D60 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB497796-
CMYK0.490.2000.62
HSL204.26º32.41%28.43%-
HSV(B)204.26º48.96%37.65%-
XYZ6.036.8112.06-
YUV70.79142.22112.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.07%
GREEN value IS 77 (30.47% from 255) = 34.68%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=22.07%
G=34.68%
B=43.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4977960.490.2000.62204.2632.4128.43
Hex314D60311403Ecc201c
Octal6111514061240763144034
Binary110001100110111000001100011010001111101100110010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,77,96); }

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

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

 a { background-color: rgb(49,77,96); }

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

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

 span { border-color: rgb(49,77,96); }

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