Html Css Color HEX #317188 Astral

📋 copy color: '#317188'

red 49 ◦ green 113 ◦ blue 136

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

Shades of Astral #317188

Tints of Astral #317188

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.92%

 BLUE value IS 136 (53.52% from 255) = 45.64%

R = 16.44%
G = 37.92%
B = 45.64%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#317188 (or 0x317188) is known color: Astral. HEX triplet: 31, 71 and 88. RGB value is (49,113,136). Sum of RGB (Red+Green+Blue) = 49+113+136=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 136 - color contains mainly: blue. Hex color #317188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317188 is #CE8E77. Grayscale: #606060. Windows color (decimal): -13536888 or 8941873. OLE color: 8941873.

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

Color convert

RGB 49 113 136 -
CMYK 0.64 0.17 0 0.47
HSL 195.86º 0.47% 0.36% -
HSV(B) 195.86º 0.64% 0.53% -
XYZ 11.62 14.24 25.43 -
YUV 96.49 150.3 94.13 -
System Red Green Blue C M Y K H S L
Decimal 49 113 136 0.64 0.17 0 0.47 195.86 0.47 0.36
Hex 31 71 88 40 11 0 2F C4 2F 24
Octal 61 161 210 100 21 0 57 304 57 44
Binary 110001 1110001 10001000 1000000 10001 0 101111 11000100 101111 100100

Color Harmonies of #317188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317188

Black with #317188

Text Example


Text Example

White with #317188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317188; }

 p { color: rgb(49,113,136); }

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

background-color css

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

 a { background-color: rgb(49,113,136); }

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

border-color css

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

 span { border-color: rgb(49,113,136); }

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