Html Css Color HEX #2997AE Pelorous

📋 copy color: '#2997AE'

red 41 ◦ green 151 ◦ blue 174

#2997AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #2997AE

Tints of Pelorous #2997AE

RGB

 RED value IS 41 (16.41% from 255) = 11.2%

 GREEN value IS 151 (59.38% from 255) = 41.26%

 BLUE value IS 174 (68.36% from 255) = 47.54%

R = 11.2%
G = 41.26%
B = 47.54%

CMYK

 C value IS 0.76

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2997AE (or 0x2997AE) is known color: 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

RGB 41 151 174 -
CMYK 0.76 0.13 0 0.32
HSL 190.38º 0.62% 0.42% -
HSV(B) 190.38º 0.76% 0.68% -
XYZ 19.62 25.66 43.96 -
YUV 120.73 158.06 71.13 -
System Red Green Blue C M Y K H S L
Decimal 41 151 174 0.76 0.13 0 0.32 190.38 0.62 0.42
Hex 29 97 AE 4C D 0 20 BE 3E 2A
Octal 51 227 256 114 15 0 40 276 76 52
Binary 101001 10010111 10101110 1001100 1101 0 100000 10111110 111110 101010

Color Harmonies of #2997AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2997AE

Black with #2997AE

Text Example


Text Example

White with #2997AE

Text Example


Text Example

HTML Codes & Css Web 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>