#2990b8

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

Shades of Pelorous #2990B8

Tints of Pelorous #2990B8

Color information

#2990B8 (or 0x2990B8) is unknown color: approx Pelorous. HEX triplet: 29, 90 and B8. RGB value is (41,144,184). Sum of RGB (Red+Green+Blue) = 41+144+184=369 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.11% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 184 (72.27% from 255 or 49.86% from 369); Max value from RGB is 184 - color contains mainly: blue. Hex color #2990B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2990B8 is #D66F47. Grayscale: #757575. Windows color (decimal): -14053192 or 12095529. OLE color: 12095529.

HSL color Cylindrical-coordinate representation of color #2990B8: hue angle of 196.78º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2990B8 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB41144184-
CMYK0.780.2200.28
HSL196.78º63.56%44.12%-
HSV(B)196.78º77.72%72.16%-
XYZ19.5423.8848.93-
YUV117.76165.3873.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.11%
GREEN value IS 144 (56.64% from 255) = 39.02%
BLUE value IS 184 (72.27% from 255) = 49.86%
R=11.11%
G=39.02%
B=49.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal411441840.780.2200.28196.7863.5644.12
Hex2990B84E1601Cc5402c
Octal512202701162603430510054
Binary1010011001000010111000100111010110011100110001011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2990b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2990b8; }

 p { color: rgb(41,144,184); }

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

<style>
 a { background-color: #2990b8; }

 a { background-color: rgb(41,144,184); }

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

<style>
 span { border-color: #2990b8; }

 span { border-color: rgb(41,144,184); }

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