Html Css Color HEX #31758B Astral

📋 copy color: '#31758B'

red 49 ◦ green 117 ◦ blue 139

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

Shades of Astral #31758B

Tints of Astral #31758B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.36%

 BLUE value IS 139 (54.69% from 255) = 45.57%

R = 16.07%
G = 38.36%
B = 45.57%

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

#31758B (or 0x31758B) is known color: Astral. HEX triplet: 31, 75 and 8B. RGB value is (49,117,139). Sum of RGB (Red+Green+Blue) = 49+117+139=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #31758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31758B is #CE8A74. Grayscale: #636363. Windows color (decimal): -13535861 or 9139505. OLE color: 9139505.

HSL color Cylindrical-coordinate representation of color #31758B: hue angle of 194.67º 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 #31758B is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 117 139 -
CMYK 0.65 0.16 0 0.45
HSL 194.67º 0.48% 0.37% -
HSV(B) 194.67º 0.65% 0.55% -
XYZ 12.29 15.24 26.72 -
YUV 99.18 150.47 92.21 -
System Red Green Blue C M Y K H S L
Decimal 49 117 139 0.65 0.16 0 0.45 194.67 0.48 0.37
Hex 31 75 8B 41 10 0 2D C3 30 25
Octal 61 165 213 101 20 0 55 303 60 45
Binary 110001 1110101 10001011 1000001 10000 0 101101 11000011 110000 100101

Color Harmonies of #31758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31758B

Black with #31758B

Text Example


Text Example

White with #31758B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31758B;
 }
 .AnyTagClassName
 {
   color: #31758B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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