#2991b6

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

Shades of Pelorous #2991B6

Tints of Pelorous #2991B6

Color information

#2991B6 (or 0x2991B6) is unknown color: approx Pelorous. HEX triplet: 29, 91 and B6. RGB value is (41,145,182). Sum of RGB (Red+Green+Blue) = 41+145+182=368 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.14% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 182 (71.48% from 255 or 49.46% from 368); Max value from RGB is 182 - color contains mainly: blue. Hex color #2991B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2991B6 is #D66E49. Grayscale: #757575. Windows color (decimal): -14052938 or 11964713. OLE color: 11964713.

HSL color Cylindrical-coordinate representation of color #2991B6: hue angle of 195.74º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2991B6 is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB41145182-
CMYK0.770.2000.29
HSL195.74º63.23%43.73%-
HSV(B)195.74º77.47%71.37%-
XYZ19.4824.147.88-
YUV118.12164.0472.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.14%
GREEN value IS 145 (57.03% from 255) = 39.40%
BLUE value IS 182 (71.48% from 255) = 49.46%
R=11.14%
G=39.40%
B=49.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal411451820.770.2000.29195.7463.2343.73
Hex2991B64D1401Dc43f2c
Octal51221266115240353047754
Binary101001100100011011011010011011010001110111000100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2991b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2991b6; }

 p { color: rgb(41,145,182); }

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

<style>
 a { background-color: #2991b6; }

 a { background-color: rgb(41,145,182); }

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

<style>
 span { border-color: #2991b6; }

 span { border-color: rgb(41,145,182); }

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