#31506A

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

Shades of Cello #31506A

Tints of Cello #31506A

Color information

#31506A (or 0x31506A) is unknown color: approx Cello. HEX triplet: 31, 50 and 6A. RGB value is (49,80,106). Sum of RGB (Red+Green+Blue) = 49+80+106=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 106 - color contains mainly: blue. Hex color #31506A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31506A is #CEAF95. Grayscale: #494949. Windows color (decimal): -13545366 or 6967345. OLE color: 6967345.

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

Color convert

RGB4980106-
CMYK0.540.2500.58
HSL207.37º36.77%30.39%-
HSV(B)207.37º53.77%41.57%-
XYZ6.747.4314.71-
YUV73.69146.23110.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.85%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 106 (41.80% from 255) = 45.11%
R=20.85%
G=34.04%
B=45.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49801060.540.2500.58207.3736.7730.39
Hex31506A361903Acf251e
Octal6112015266310723174536
Binary110001101000011010101101101100101110101100111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31506A; }

 p { color: rgb(49,80,106); }

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

<style>
 a { background-color: #31506A; }

 a { background-color: rgb(49,80,106); }

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

<style>
 span { border-color: #31506A; }

 span { border-color: rgb(49,80,106); }

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