Html Css Color HEX #317888 Astral

📋 copy color: '#317888'

red 49 ◦ green 120 ◦ blue 136

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

Shades of Astral #317888

Tints of Astral #317888

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.34%

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

R = 16.07%
G = 39.34%
B = 44.59%

CMYK

 C value IS 0.64

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#317888 (or 0x317888) is known color: Astral. HEX triplet: 31, 78 and 88. RGB value is (49,120,136). Sum of RGB (Red+Green+Blue) = 49+120+136=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #317888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317888 is #CE8777. Grayscale: #646464. Windows color (decimal): -13535096 or 8943665. OLE color: 8943665.

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

Color convert

RGB 49 120 136 -
CMYK 0.64 0.12 0 0.47
HSL 191.03º 0.47% 0.36% -
HSV(B) 191.03º 0.64% 0.53% -
XYZ 12.43 15.86 25.7 -
YUV 100.6 147.98 91.2 -
System Red Green Blue C M Y K H S L
Decimal 49 120 136 0.64 0.12 0 0.47 191.03 0.47 0.36
Hex 31 78 88 40 C 0 2F BF 2F 24
Octal 61 170 210 100 14 0 57 277 57 44
Binary 110001 1111000 10001000 1000000 1100 0 101111 10111111 101111 100100

Color Harmonies of #317888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317888

Black with #317888

Text Example


Text Example

White with #317888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317888; }

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

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

background-color css

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

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

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

border-color css

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

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

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