Html Css Color HEX #31758C Astral

📋 copy color: '#31758C'

red 49 ◦ green 117 ◦ blue 140

#31758C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #31758C

Tints of Astral #31758C

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 value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31758C (or 0x31758C) is known color: 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

RGB 49 117 140 -
CMYK 0.65 0.16 0 0.45
HSL 195.16º 0.48% 0.37% -
HSV(B) 195.16º 0.65% 0.55% -
XYZ 12.36 15.27 27.11 -
YUV 99.29 150.97 92.13 -
System Red Green Blue C M Y K H S L
Decimal 49 117 140 0.65 0.16 0 0.45 195.16 0.48 0.37
Hex 31 75 8C 41 10 0 2D C3 30 25
Octal 61 165 214 101 20 0 55 303 60 45
Binary 110001 1110101 10001100 1000001 10000 0 101101 11000011 110000 100101

Color Harmonies of #31758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31758C

Black with #31758C

Text Example


Text Example

White with #31758C

Text Example


Text Example

HTML Codes & Css Web 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>