Html Css Color HEX #31768C Astral

📋 copy color: '#31768C'

red 49 ◦ green 118 ◦ blue 140

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

Shades of Astral #31768C

Tints of Astral #31768C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.44%

 BLUE value IS 140 (55.08% from 255) = 45.6%

R = 15.96%
G = 38.44%
B = 45.6%

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

#31768C (or 0x31768C) is known color: Astral. HEX triplet: 31, 76 and 8C. RGB value is (49,118,140). Sum of RGB (Red+Green+Blue) = 49+118+140=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #31768C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31768C is #CE8973. Grayscale: #636363. Windows color (decimal): -13535604 or 9205297. OLE color: 9205297.

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

Color convert

RGB 49 118 140 -
CMYK 0.65 0.16 0 0.45
HSL 194.51º 0.48% 0.37% -
HSV(B) 194.51º 0.65% 0.55% -
XYZ 12.48 15.5 27.15 -
YUV 99.88 150.64 91.71 -
System Red Green Blue C M Y K H S L
Decimal 49 118 140 0.65 0.16 0 0.45 194.51 0.48 0.37
Hex 31 76 8C 41 10 0 2D C3 30 25
Octal 61 166 214 101 20 0 55 303 60 45
Binary 110001 1110110 10001100 1000001 10000 0 101101 11000011 110000 100101

Color Harmonies of #31768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31768C

Black with #31768C

Text Example


Text Example

White with #31768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31768C; }

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

 H1.HeaderClassName
 {
   color: #31768C;
 }
 .AnyTagClassName
 {
   color: #31768C;
 }
</style>

background-color css

<style>
 a { background-color: #31768C; }

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

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

border-color css

<style>
 span { border-color: #31768C; }

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

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