Html Css Color HEX #316689 Astral

📋 copy color: '#316689'

red 49 ◦ green 102 ◦ blue 137

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

Shades of Astral #316689

Tints of Astral #316689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 47.57%

R = 17.01%
G = 35.42%
B = 47.57%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#316689 (or 0x316689) is known color: Astral. HEX triplet: 31, 66 and 89. RGB value is (49,102,137). Sum of RGB (Red+Green+Blue) = 49+102+137=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 137 (53.91% from 255 or 47.57% from 288); Max value from RGB is 137 - color contains mainly: blue. Hex color #316689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316689 is #CE9976. Grayscale: #595959. Windows color (decimal): -13539703 or 9004593. OLE color: 9004593.

HSL color Cylindrical-coordinate representation of color #316689: hue angle of 203.86º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #316689 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 102 137 -
CMYK 0.64 0.26 0 0.46
HSL 203.86º 0.47% 0.36% -
HSV(B) 203.86º 0.64% 0.54% -
XYZ 10.53 11.96 25.42 -
YUV 90.14 154.44 98.65 -
System Red Green Blue C M Y K H S L
Decimal 49 102 137 0.64 0.26 0 0.46 203.86 0.47 0.36
Hex 31 66 89 40 1A 0 2E CC 2F 24
Octal 61 146 211 100 32 0 56 314 57 44
Binary 110001 1100110 10001001 1000000 11010 0 101110 11001100 101111 100100

Color Harmonies of #316689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316689

Black with #316689

Text Example


Text Example

White with #316689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316689; }

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

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

background-color css

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

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

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

border-color css

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

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

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