Html Css Color HEX #2995AB Pelorous

📋 copy color: '#2995AB'

red 41 ◦ green 149 ◦ blue 171

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

Shades of Pelorous #2995AB

Tints of Pelorous #2995AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.37%

R = 11.36%
G = 41.27%
B = 47.37%

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

#2995AB (or 0x2995AB) is known color: Pelorous. HEX triplet: 29, 95 and AB. RGB value is (41,149,171). Sum of RGB (Red+Green+Blue) = 41+149+171=361 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.36% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #2995AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2995AB is #D66A54. Grayscale: #777777. Windows color (decimal): -14051925 or 11244841. OLE color: 11244841.

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

Color convert

RGB 41 149 171 -
CMYK 0.76 0.13 0 0.33
HSL 190.15º 0.61% 0.42% -
HSV(B) 190.15º 0.76% 0.67% -
XYZ 19.01 24.91 42.33 -
YUV 119.22 157.22 72.21 -
System Red Green Blue C M Y K H S L
Decimal 41 149 171 0.76 0.13 0 0.33 190.15 0.61 0.42
Hex 29 95 AB 4C D 0 21 BE 3D 2A
Octal 51 225 253 114 15 0 41 276 75 52
Binary 101001 10010101 10101011 1001100 1101 0 100001 10111110 111101 101010

Color Harmonies of #2995AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2995AB

Black with #2995AB

Text Example


Text Example

White with #2995AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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