Html Css Color HEX #2995AA Pelorous

📋 copy color: '#2995AA'

red 41 ◦ green 149 ◦ blue 170

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

Shades of Pelorous #2995AA

Tints of Pelorous #2995AA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.39%

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

R = 11.39%
G = 41.39%
B = 47.22%

CMYK

 C value IS 0.76

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2995AA (or 0x2995AA) is known color: Pelorous. HEX triplet: 29, 95 and AA. RGB value is (41,149,170). Sum of RGB (Red+Green+Blue) = 41+149+170=360 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.39% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #2995AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2995AA is #D66A55. Grayscale: #767676. Windows color (decimal): -14051926 or 11179305. OLE color: 11179305.

HSL color Cylindrical-coordinate representation of color #2995AA: hue angle of 189.77º 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 #2995AA is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 149 170 -
CMYK 0.76 0.12 0 0.33
HSL 189.77º 0.61% 0.41% -
HSV(B) 189.77º 0.76% 0.67% -
XYZ 18.92 24.87 41.83 -
YUV 119.1 156.72 72.29 -
System Red Green Blue C M Y K H S L
Decimal 41 149 170 0.76 0.12 0 0.33 189.77 0.61 0.41
Hex 29 95 AA 4C C 0 21 BE 3D 29
Octal 51 225 252 114 14 0 41 276 75 51
Binary 101001 10010101 10101010 1001100 1100 0 100001 10111110 111101 101001

Color Harmonies of #2995AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2995AA

Black with #2995AA

Text Example


Text Example

White with #2995AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2995AA;
 }
 .AnyTagClassName
 {
   color: #2995AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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