#2994AE

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

Shades of Pelorous #2994AE

Tints of Pelorous #2994AE

Color information

#2994AE (or 0x2994AE) is unknown color: approx Pelorous. HEX triplet: 29, 94 and AE. RGB value is (41,148,174). Sum of RGB (Red+Green+Blue) = 41+148+174=363 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.29% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #2994AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2994AE is #D66B51. Grayscale: #767676. Windows color (decimal): -14052178 or 11441193. OLE color: 11441193.

HSL color Cylindrical-coordinate representation of color #2994AE: hue angle of 191.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2994AE is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB41148174-
CMYK0.760.1500.32
HSL191.73º61.86%42.16%-
HSV(B)191.73º76.44%68.24%-
XYZ19.1424.7143.8-
YUV118.97159.0572.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.29%
GREEN value IS 148 (58.20% from 255) = 40.77%
BLUE value IS 174 (68.36% from 255) = 47.93%
R=11.29%
G=40.77%
B=47.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal411481740.760.1500.32191.7361.8642.16
Hex2994AE4CF020c03e2a
Octal51224256114170403007652
Binary101001100101001010111010011001111010000011000000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2994AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2994AE; }

 p { color: rgb(41,148,174); }

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

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

 a { background-color: rgb(41,148,174); }

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

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

 span { border-color: rgb(41,148,174); }

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