Html Css Color HEX #316B82 Astral

📋 copy color: '#316B82'

red 49 ◦ green 107 ◦ blue 130

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

Shades of Astral #316B82

Tints of Astral #316B82

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.41%

 BLUE value IS 130 (51.17% from 255) = 45.45%

R = 17.13%
G = 37.41%
B = 45.45%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#316B82 (or 0x316B82) is known color: Astral. HEX triplet: 31, 6B and 82. RGB value is (49,107,130). Sum of RGB (Red+Green+Blue) = 49+107+130=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #316B82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316B82 is #CE947D. Grayscale: #5C5C5C. Windows color (decimal): -13538430 or 8547121. OLE color: 8547121.

HSL color Cylindrical-coordinate representation of color #316B82: hue angle of 197.04º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #316B82 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 107 130 -
CMYK 0.62 0.18 0 0.49
HSL 197.04º 0.45% 0.35% -
HSV(B) 197.04º 0.62% 0.51% -
XYZ 10.55 12.78 23.03 -
YUV 92.28 149.28 97.13 -
System Red Green Blue C M Y K H S L
Decimal 49 107 130 0.62 0.18 0 0.49 197.04 0.45 0.35
Hex 31 6B 82 3E 12 0 31 C5 2D 23
Octal 61 153 202 76 22 0 61 305 55 43
Binary 110001 1101011 10000010 111110 10010 0 110001 11000101 101101 100011

Color Harmonies of #316B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316B82

Black with #316B82

Text Example


Text Example

White with #316B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316B82; }

 p { color: rgb(49,107,130); }

 H1.HeaderClassName
 {
   color: #316B82;
 }
 .AnyTagClassName
 {
   color: #316B82;
 }
</style>

background-color css

<style>
 a { background-color: #316B82; }

 a { background-color: rgb(49,107,130); }

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

border-color css

<style>
 span { border-color: #316B82; }

 span { border-color: rgb(49,107,130); }

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