Html Css Color HEX #31658A Astral

📋 copy color: '#31658A'

red 49 ◦ green 101 ◦ blue 138

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

Shades of Astral #31658A

Tints of Astral #31658A

RGB

 RED value IS 49 (19.53% from 255) = 17.01%

 GREEN value IS 101 (39.84% from 255) = 35.07%

 BLUE value IS 138 (54.3% from 255) = 47.92%

R = 17.01%
G = 35.07%
B = 47.92%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#31658A (or 0x31658A) is known color: Astral. HEX triplet: 31, 65 and 8A. RGB value is (49,101,138). Sum of RGB (Red+Green+Blue) = 49+101+138=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #31658A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31658A is #CE9A75. Grayscale: #595959. Windows color (decimal): -13539958 or 9069873. OLE color: 9069873.

HSL color Cylindrical-coordinate representation of color #31658A: hue angle of 204.94º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31658A is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 101 138 -
CMYK 0.64 0.27 0 0.46
HSL 204.94º 0.48% 0.37% -
HSV(B) 204.94º 0.64% 0.54% -
XYZ 10.51 11.8 25.77 -
YUV 89.67 155.27 98.99 -
System Red Green Blue C M Y K H S L
Decimal 49 101 138 0.64 0.27 0 0.46 204.94 0.48 0.37
Hex 31 65 8A 40 1B 0 2E CD 30 25
Octal 61 145 212 100 33 0 56 315 60 45
Binary 110001 1100101 10001010 1000000 11011 0 101110 11001101 110000 100101

Color Harmonies of #31658A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31658A

Black with #31658A

Text Example


Text Example

White with #31658A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,101,138); }

 H1.HeaderClassName
 {
   color: #31658A;
 }
 .AnyTagClassName
 {
   color: #31658A;
 }
</style>

background-color css

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

 a { background-color: rgb(49,101,138); }

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

border-color css

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

 span { border-color: rgb(49,101,138); }

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