#31486B

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

Shades of Cello #31486B

Tints of Cello #31486B

Color information

#31486B (or 0x31486B) is unknown color: approx Cello. HEX triplet: 31, 48 and 6B. RGB value is (49,72,107). Sum of RGB (Red+Green+Blue) = 49+72+107=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #31486B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31486B is #CEB794. Grayscale: #444444. Windows color (decimal): -13547413 or 7030833. OLE color: 7030833.

HSL color Cylindrical-coordinate representation of color #31486B: hue angle of 216.21º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #31486B is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4972107-
CMYK0.540.3300.58
HSL216.21º37.18%30.59%-
HSV(B)216.21º54.21%41.96%-
XYZ6.246.3514.81-
YUV69.11149.38113.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.49%
GREEN value IS 72 (28.52% from 255) = 31.58%
BLUE value IS 107 (42.19% from 255) = 46.93%
R=21.49%
G=31.58%
B=46.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49721070.540.3300.58216.2137.1830.59
Hex31486B362103Ad8251f
Octal6111015366410723304537
Binary1100011001000110101111011010000101110101101100010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31486B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31486B; }

 p { color: rgb(49,72,107); }

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

<style>
 a { background-color: #31486B; }

 a { background-color: rgb(49,72,107); }

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

<style>
 span { border-color: #31486B; }

 span { border-color: rgb(49,72,107); }

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