#2997AE

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

Shades of Pelorous #2997AE

Tints of Pelorous #2997AE

Color information

#2997AE (or 0x2997AE) is unknown color: approx Pelorous. HEX triplet: 29, 97 and AE. RGB value is (41,151,174). Sum of RGB (Red+Green+Blue) = 41+151+174=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #2997AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2997AE is #D66851. Grayscale: #787878. Windows color (decimal): -14051410 or 11441961. OLE color: 11441961.

HSL color Cylindrical-coordinate representation of color #2997AE: hue angle of 190.38º 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 #2997AE is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB41151174-
CMYK0.760.1300.32
HSL190.38º61.86%42.16%-
HSV(B)190.38º76.44%68.24%-
XYZ19.6225.6643.96-
YUV120.73158.0671.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.20%
GREEN value IS 151 (59.38% from 255) = 41.26%
BLUE value IS 174 (68.36% from 255) = 47.54%
R=11.20%
G=41.26%
B=47.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal411511740.760.1300.32190.3861.8642.16
Hex2997AE4CD020be3e2a
Octal51227256114150402767652
Binary101001100101111010111010011001101010000010111110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2997AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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