#2987B1

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

Shades of Pelorous #2987B1

Tints of Pelorous #2987B1

Color information

#2987B1 (or 0x2987B1) is unknown color: approx Pelorous. HEX triplet: 29, 87 and B1. RGB value is (41,135,177). Sum of RGB (Red+Green+Blue) = 41+135+177=353 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.61% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 177 (69.53% from 255 or 50.14% from 353); Max value from RGB is 177 - color contains mainly: blue. Hex color #2987B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2987B1 is #D6784E. Grayscale: #6F6F6F. Windows color (decimal): -14055503 or 11634473. OLE color: 11634473.

HSL color Cylindrical-coordinate representation of color #2987B1: hue angle of 198.53º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2987B1 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB41135177-
CMYK0.770.2400.31
HSL198.53º62.39%42.75%-
HSV(B)198.53º76.84%69.41%-
XYZ17.5120.9744.72-
YUV111.68164.8677.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.61%
GREEN value IS 135 (53.12% from 255) = 38.24%
BLUE value IS 177 (69.53% from 255) = 50.14%
R=11.61%
G=38.24%
B=50.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal411351770.770.2400.31198.5362.3942.75
Hex2987B14D1801Fc73e2b
Octal51207261115300373077653
Binary101001100001111011000110011011100001111111000111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2987B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2987B1; }

 p { color: rgb(41,135,177); }

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

<style>
 a { background-color: #2987B1; }

 a { background-color: rgb(41,135,177); }

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

<style>
 span { border-color: #2987B1; }

 span { border-color: rgb(41,135,177); }

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