#314C64

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

Shades of Cello #314C64

Tints of Cello #314C64

Color information

#314C64 (or 0x314C64) is unknown color: approx Cello. HEX triplet: 31, 4C and 64. RGB value is (49,76,100). Sum of RGB (Red+Green+Blue) = 49+76+100=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 100 - color contains mainly: blue. Hex color #314C64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C64 is #CEB39B. Grayscale: #464646. Windows color (decimal): -13546396 or 6573105. OLE color: 6573105.

HSL color Cylindrical-coordinate representation of color #314C64: hue angle of 208.24º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #314C64 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB4976100-
CMYK0.510.2400.61
HSL208.24º34.23%29.22%-
HSV(B)208.24º51%39.22%-
XYZ6.156.7413.03-
YUV70.66144.55112.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 76 (30.08% from 255) = 33.78%
BLUE value IS 100 (39.45% from 255) = 44.44%
R=21.78%
G=33.78%
B=44.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49761000.510.2400.61208.2434.2329.22
Hex314C64331803Dd0221d
Octal6111414463300753204235
Binary110001100110011001001100111100001111011101000010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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