#319FAE

Color #319FAE Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #319FAE

Tints of Pelorous #319FAE

Color information

#319FAE (or 0x319FAE) is unknown color: approx Pelorous. HEX triplet: 31, 9F and AE. RGB value is (49,159,174). Sum of RGB (Red+Green+Blue) = 49+159+174=382 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.83% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #319FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319FAE is #CE6051. Grayscale: #7F7F7F. Windows color (decimal): -13525074 or 11444017. OLE color: 11444017.

HSL color Cylindrical-coordinate representation of color #319FAE: hue angle of 187.2º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #319FAE is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB49159174-
CMYK0.720.0900.32
HSL187.2º56.05%43.73%-
HSV(B)187.2º71.84%68.24%-
XYZ21.328.5144.42-
YUV127.82154.0671.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.83%
GREEN value IS 159 (62.5% from 255) = 41.62%
BLUE value IS 174 (68.36% from 255) = 45.55%
R=12.83%
G=41.62%
B=45.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal491591740.720.0900.32187.256.0543.73
Hex319FAE489020bb382c
Octal61237256110110402737054
Binary110001100111111010111010010001001010000010111011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319FAE; }

 p { color: rgb(49,159,174); }

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

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

 a { background-color: rgb(49,159,174); }

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

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

 span { border-color: rgb(49,159,174); }

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