#2990BA

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

Shades of Pelorous #2990BA

Tints of Pelorous #2990BA

Color information

#2990BA (or 0x2990BA) is unknown color: approx Pelorous. HEX triplet: 29, 90 and BA. RGB value is (41,144,186). Sum of RGB (Red+Green+Blue) = 41+144+186=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #2990BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2990BA is #D66F45. Grayscale: #757575. Windows color (decimal): -14053190 or 12226601. OLE color: 12226601.

HSL color Cylindrical-coordinate representation of color #2990BA: hue angle of 197.38º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2990BA is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB41144186-
CMYK0.780.2300.27
HSL197.38º63.88%44.51%-
HSV(B)197.38º77.96%72.94%-
XYZ19.7523.9650.04-
YUV117.99166.3873.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.05%
GREEN value IS 144 (56.64% from 255) = 38.81%
BLUE value IS 186 (73.05% from 255) = 50.13%
R=11.05%
G=38.81%
B=50.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal411441860.780.2300.27197.3863.8844.51
Hex2990BA4E1701Bc5402d
Octal512202721162703330510055
Binary1010011001000010111010100111010111011011110001011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2990BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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