#319DAA

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

Shades of Pelorous #319DAA

Tints of Pelorous #319DAA

Color information

#319DAA (or 0x319DAA) is unknown color: approx Pelorous. HEX triplet: 31, 9D and AA. RGB value is (49,157,170). Sum of RGB (Red+Green+Blue) = 49+157+170=376 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.03% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #319DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319DAA is #CE6255. Grayscale: #7E7E7E. Windows color (decimal): -13525590 or 11181361. OLE color: 11181361.

HSL color Cylindrical-coordinate representation of color #319DAA: hue angle of 186.45º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #319DAA is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB49157170-
CMYK0.710.0800.33
HSL186.45º55.25%42.94%-
HSV(B)186.45º71.18%66.67%-
XYZ20.5827.6742.29-
YUV126.19152.7272.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.03%
GREEN value IS 157 (61.72% from 255) = 41.76%
BLUE value IS 170 (66.80% from 255) = 45.21%
R=13.03%
G=41.76%
B=45.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal491571700.710.0800.33186.4555.2542.94
Hex319DAA478021ba372b
Octal61235252107100412726753
Binary110001100111011010101010001111000010000110111010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,157,170); }

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

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

 a { background-color: rgb(49,157,170); }

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

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

 span { border-color: rgb(49,157,170); }

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