#314B61

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

Shades of Cello #314B61

Tints of Cello #314B61

Color information

#314B61 (or 0x314B61) is unknown color: approx Cello. HEX triplet: 31, 4B and 61. RGB value is (49,75,97). Sum of RGB (Red+Green+Blue) = 49+75+97=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 97 - color contains mainly: blue. Hex color #314B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314B61 is #CEB49E. Grayscale: #454545. Windows color (decimal): -13546655 or 6376241. OLE color: 6376241.

HSL color Cylindrical-coordinate representation of color #314B61: hue angle of 207.5º 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 #314B61 is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB497597-
CMYK0.490.2300.62
HSL207.5º32.88%28.63%-
HSV(B)207.5º49.48%38.04%-
XYZ5.946.5512.26-
YUV69.73143.39113.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.17%
GREEN value IS 75 (29.69% from 255) = 33.94%
BLUE value IS 97 (38.28% from 255) = 43.89%
R=22.17%
G=33.94%
B=43.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4975970.490.2300.62207.532.8828.63
Hex314B61311703Ed0211d
Octal6111314161270763204135
Binary110001100101111000011100011011101111101101000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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