Html Css Color HEX #316684 Astral

📋 copy color: '#316684'

red 49 ◦ green 102 ◦ blue 132

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

Shades of Astral #316684

Tints of Astral #316684

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.04%

 BLUE value IS 132 (51.95% from 255) = 46.64%

R = 17.31%
G = 36.04%
B = 46.64%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#316684 (or 0x316684) is known color: Astral. HEX triplet: 31, 66 and 84. RGB value is (49,102,132). Sum of RGB (Red+Green+Blue) = 49+102+132=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #316684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316684 is #CE997B. Grayscale: #595959. Windows color (decimal): -13539708 or 8676913. OLE color: 8676913.

HSL color Cylindrical-coordinate representation of color #316684: hue angle of 201.69º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #316684 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 102 132 -
CMYK 0.63 0.23 0 0.48
HSL 201.69º 0.46% 0.35% -
HSV(B) 201.69º 0.63% 0.52% -
XYZ 10.18 11.82 23.57 -
YUV 89.57 151.94 99.06 -
System Red Green Blue C M Y K H S L
Decimal 49 102 132 0.63 0.23 0 0.48 201.69 0.46 0.35
Hex 31 66 84 3F 17 0 30 CA 2E 23
Octal 61 146 204 77 27 0 60 312 56 43
Binary 110001 1100110 10000100 111111 10111 0 110000 11001010 101110 100011

Color Harmonies of #316684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316684

Black with #316684

Text Example


Text Example

White with #316684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316684; }

 p { color: rgb(49,102,132); }

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

background-color css

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

 a { background-color: rgb(49,102,132); }

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

border-color css

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

 span { border-color: rgb(49,102,132); }

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