#31485E

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

Shades of Cello #31485E

Tints of Cello #31485E

Color information

#31485E (or 0x31485E) is unknown color: approx Cello. HEX triplet: 31, 48 and 5E. RGB value is (49,72,94). Sum of RGB (Red+Green+Blue) = 49+72+94=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 94 - color contains mainly: blue. Hex color #31485E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31485E is #CEB7A1. Grayscale: #434343. Windows color (decimal): -13547426 or 6178865. OLE color: 6178865.

HSL color Cylindrical-coordinate representation of color #31485E: hue angle of 209.33º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31485E is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB497294-
CMYK0.480.2300.63
HSL209.33º31.47%28.04%-
HSV(B)209.33º47.87%36.86%-
XYZ5.66.111.47-
YUV67.63142.88114.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.79%
GREEN value IS 72 (28.52% from 255) = 33.49%
BLUE value IS 94 (37.11% from 255) = 43.72%
R=22.79%
G=33.49%
B=43.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4972940.480.2300.63209.3331.4728.04
Hex31485E301703Fd11f1c
Octal6111013660270773213734
Binary11000110010001011110110000101110111111110100011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31485E; }

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

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

<style>
 a { background-color: #31485E; }

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

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

<style>
 span { border-color: #31485E; }

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

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