#31758c

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

Shades of Astral #31758C

Tints of Astral #31758C

Color information

#31758C (or 0x31758C) is unknown color: approx Astral. HEX triplet: 31, 75 and 8C. RGB value is (49,117,140). Sum of RGB (Red+Green+Blue) = 49+117+140=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 140 - color contains mainly: blue. Hex color #31758C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31758C is #CE8A73. Grayscale: #636363. Windows color (decimal): -13535860 or 9205041. OLE color: 9205041.

HSL color Cylindrical-coordinate representation of color #31758C: hue angle of 195.16º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31758C is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB49117140-
CMYK0.650.1600.45
HSL195.16º48.15%37.06%-
HSV(B)195.16º65%54.9%-
XYZ12.3615.2727.11-
YUV99.29150.9792.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.01%
GREEN value IS 117 (46.09% from 255) = 38.24%
BLUE value IS 140 (55.08% from 255) = 45.75%
R=16.01%
G=38.24%
B=45.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal491171400.650.1600.45195.1648.1537.06
Hex31758C411002Dc33025
Octal61165214101200553036045
Binary110001111010110001100100000110000010110111000011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31758c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31758c; }

 p { color: rgb(49,117,140); }

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

<style>
 a { background-color: #31758c; }

 a { background-color: rgb(49,117,140); }

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

<style>
 span { border-color: #31758c; }

 span { border-color: rgb(49,117,140); }

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