Html Css Color HEX #2994AA Pelorous

📋 copy color: '#2994AA'

red 41 ◦ green 148 ◦ blue 170

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

Shades of Pelorous #2994AA

Tints of Pelorous #2994AA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.23%

 BLUE value IS 170 (66.8% from 255) = 47.35%

R = 11.42%
G = 41.23%
B = 47.35%

CMYK

 C value IS 0.76

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2994AA (or 0x2994AA) is known color: 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

RGB 41 148 170 -
CMYK 0.76 0.13 0 0.33
HSL 190.23º 0.61% 0.41% -
HSV(B) 190.23º 0.76% 0.67% -
XYZ 18.76 24.55 41.78 -
YUV 118.52 157.05 72.71 -
System Red Green Blue C M Y K H S L
Decimal 41 148 170 0.76 0.13 0 0.33 190.23 0.61 0.41
Hex 29 94 AA 4C D 0 21 BE 3D 29
Octal 51 224 252 114 15 0 41 276 75 51
Binary 101001 10010100 10101010 1001100 1101 0 100001 10111110 111101 101001

Color Harmonies of #2994AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2994AA

Black with #2994AA

Text Example


Text Example

White with #2994AA

Text Example


Text Example

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