Html Css Color HEX #317288 Astral

📋 copy color: '#317288'

red 49 ◦ green 114 ◦ blue 136

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

Shades of Astral #317288

Tints of Astral #317288

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.13%

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

R = 16.39%
G = 38.13%
B = 45.48%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#317288 (or 0x317288) is known color: Astral. HEX triplet: 31, 72 and 88. RGB value is (49,114,136). Sum of RGB (Red+Green+Blue) = 49+114+136=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 136 - color contains mainly: blue. Hex color #317288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317288 is #CE8D77. Grayscale: #606060. Windows color (decimal): -13536632 or 8942129. OLE color: 8942129.

HSL color Cylindrical-coordinate representation of color #317288: hue angle of 195.17º 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 #317288 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 114 136 -
CMYK 0.64 0.16 0 0.47
HSL 195.17º 0.47% 0.36% -
HSV(B) 195.17º 0.64% 0.53% -
XYZ 11.73 14.47 25.47 -
YUV 97.07 149.97 93.71 -
System Red Green Blue C M Y K H S L
Decimal 49 114 136 0.64 0.16 0 0.47 195.17 0.47 0.36
Hex 31 72 88 40 10 0 2F C3 2F 24
Octal 61 162 210 100 20 0 57 303 57 44
Binary 110001 1110010 10001000 1000000 10000 0 101111 11000011 101111 100100

Color Harmonies of #317288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317288

Black with #317288

Text Example


Text Example

White with #317288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317288; }

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

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

background-color css

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

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

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

border-color css

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

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

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