#31485C

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

Shades of Cello #31485C

Tints of Cello #31485C

Color information

#31485C (or 0x31485C) is unknown color: approx Cello. HEX triplet: 31, 48 and 5C. RGB value is (49,72,92). Sum of RGB (Red+Green+Blue) = 49+72+92=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 92 - color contains mainly: blue. Hex color #31485C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31485C is #CEB7A3. Grayscale: #434343. Windows color (decimal): -13547428 or 6047793. OLE color: 6047793.

HSL color Cylindrical-coordinate representation of color #31485C: hue angle of 207.91º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31485C is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB497292-
CMYK0.470.2200.64
HSL207.91º30.5%27.65%-
HSV(B)207.91º46.74%36.08%-
XYZ5.526.0611-
YUV67.4141.88114.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.00%
GREEN value IS 72 (28.52% from 255) = 33.80%
BLUE value IS 92 (36.33% from 255) = 43.19%
R=23.00%
G=33.80%
B=43.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4972920.470.2200.64207.9130.527.65
Hex31485C2F16040d01e1c
Octal61110134572601003203634
Binary110001100100010111001011111011001000000110100001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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