#314B62

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

Shades of Cello #314B62

Tints of Cello #314B62

Color information

#314B62 (or 0x314B62) is unknown color: approx Cello. HEX triplet: 31, 4B and 62. RGB value is (49,75,98). Sum of RGB (Red+Green+Blue) = 49+75+98=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 98 - color contains mainly: blue. Hex color #314B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314B62 is #CEB49D. Grayscale: #454545. Windows color (decimal): -13546654 or 6441777. OLE color: 6441777.

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

Color convert

RGB497598-
CMYK0.50.2300.62
HSL208.16º33.33%28.82%-
HSV(B)208.16º50%38.43%-
XYZ5.996.5712.51-
YUV69.85143.89113.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.07%
GREEN value IS 75 (29.69% from 255) = 33.78%
BLUE value IS 98 (38.67% from 255) = 44.14%
R=22.07%
G=33.78%
B=44.14%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4975980.50.2300.62208.1633.3328.82
Hex314B62321703Ed0211d
Octal6111314262270763204135
Binary110001100101111000101100101011101111101101000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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