#314C61

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

Shades of Cello #314C61

Tints of Cello #314C61

Color information

#314C61 (or 0x314C61) is unknown color: approx Cello. HEX triplet: 31, 4C and 61. RGB value is (49,76,97). Sum of RGB (Red+Green+Blue) = 49+76+97=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 97 - color contains mainly: blue. Hex color #314C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C61 is #CEB39E. Grayscale: #464646. Windows color (decimal): -13546399 or 6376497. OLE color: 6376497.

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

Color convert

RGB497697-
CMYK0.490.2200.62
HSL206.25º32.88%28.63%-
HSV(B)206.25º49.48%38.04%-
XYZ6.016.6812.28-
YUV70.32143.05112.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.07%
GREEN value IS 76 (30.08% from 255) = 34.23%
BLUE value IS 97 (38.28% from 255) = 43.69%
R=22.07%
G=34.23%
B=43.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4976970.490.2200.62206.2532.8828.63
Hex314C61311603Ece211d
Octal6111414161260763164135
Binary110001100110011000011100011011001111101100111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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