#2994AA

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

Shades of Pelorous #2994AA

Tints of Pelorous #2994AA

Color information

#2994AA (or 0x2994AA) is unknown color: approx Pelorous. HEX triplet: 29, 94 and AA. RGB value is (41,148,170). Sum of RGB (Red+Green+Blue) = 41+148+170=359 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.42% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #2994AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2994AA is #D66B55. Grayscale: #767676. Windows color (decimal): -14052182 or 11179049. OLE color: 11179049.

HSL color Cylindrical-coordinate representation of color #2994AA: hue angle of 190.23º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2994AA is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB41148170-
CMYK0.760.1300.33
HSL190.23º61.14%41.37%-
HSV(B)190.23º75.88%66.67%-
XYZ18.7624.5541.78-
YUV118.51157.0572.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.42%
GREEN value IS 148 (58.20% from 255) = 41.23%
BLUE value IS 170 (66.80% from 255) = 47.35%
R=11.42%
G=41.23%
B=47.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411481700.760.1300.33190.2361.1441.37
Hex2994AA4CD021be3d29
Octal51224252114150412767551
Binary101001100101001010101010011001101010000110111110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2994AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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