#2988B4

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

Shades of Pelorous #2988B4

Tints of Pelorous #2988B4

Color information

#2988B4 (or 0x2988B4) is unknown color: approx Pelorous. HEX triplet: 29, 88 and B4. RGB value is (41,136,180). Sum of RGB (Red+Green+Blue) = 41+136+180=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 180 (70.70% from 255 or 50.42% from 357); Max value from RGB is 180 - color contains mainly: blue. Hex color #2988B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2988B4 is #D6774B. Grayscale: #707070. Windows color (decimal): -14055244 or 11831337. OLE color: 11831337.

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

Color convert

RGB41136180-
CMYK0.770.2400.29
HSL198.99º62.9%43.33%-
HSV(B)198.99º77.22%70.59%-
XYZ17.9621.3846.36-
YUV112.61166.0376.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.48%
GREEN value IS 136 (53.52% from 255) = 38.10%
BLUE value IS 180 (70.70% from 255) = 50.42%
R=11.48%
G=38.10%
B=50.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal411361800.770.2400.29198.9962.943.33
Hex2988B44D1801Dc73f2b
Octal51210264115300353077753
Binary101001100010001011010010011011100001110111000111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2988B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2988B4; }

 p { color: rgb(41,136,180); }

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

<style>
 a { background-color: #2988B4; }

 a { background-color: rgb(41,136,180); }

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

<style>
 span { border-color: #2988B4; }

 span { border-color: rgb(41,136,180); }

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