#317F90

Color #317F90 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #317F90

Tints of Astral #317F90

Color information

#317F90 (or 0x317F90) is unknown color: approx Astral. HEX triplet: 31, 7F and 90. RGB value is (49,127,144). Sum of RGB (Red+Green+Blue) = 49+127+144=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #317F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317F90 is #CE806F. Grayscale: #696969. Windows color (decimal): -13533296 or 9469745. OLE color: 9469745.

HSL color Cylindrical-coordinate representation of color #317F90: hue angle of 190.74º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #317F90 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB49127144-
CMYK0.660.1200.44
HSL190.74º49.22%37.84%-
HSV(B)190.74º65.97%56.47%-
XYZ13.8917.8529.1-
YUV105.62149.6687.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.31%
GREEN value IS 127 (50% from 255) = 39.69%
BLUE value IS 144 (56.64% from 255) = 45%
R=15.31%
G=39.69%
B=45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491271440.660.1200.44190.7449.2237.84
Hex317F9042C02Cbf3126
Octal61177220102140542776146
Binary11000111111111001000010000101100010110010111111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317F90; }

 p { color: rgb(49,127,144); }

 H1.HeaderClassName
 {
   color: #317F90;
 }
 .AnyTagClassName
 {
   color: #317F90;
 }
</style>
background-color css

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

 a { background-color: rgb(49,127,144); }

 div.DivClassName
 {
   background-color: #317F90;
 }
 .BgClassName
 {
   background-color: #317F90;
 }
</style>
border-color css

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

 span { border-color: rgb(49,127,144); }

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