Html Css Color HEX #2990BF Pelorous

📋 copy color: '#2990BF'

red 41 ◦ green 144 ◦ blue 191

#2990BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #2990BF

Tints of Pelorous #2990BF

RGB

 RED value IS 41 (16.41% from 255) = 10.9%

 GREEN value IS 144 (56.64% from 255) = 38.3%

 BLUE value IS 191 (75% from 255) = 50.8%

R = 10.9%
G = 38.3%
B = 50.8%

CMYK

 C value IS 0.79

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2990BF (or 0x2990BF) is known color: Pelorous. HEX triplet: 29, 90 and BF. RGB value is (41,144,191). Sum of RGB (Red+Green+Blue) = 41+144+191=376 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.90% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #2990BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2990BF is #D66F40. Grayscale: #767676. Windows color (decimal): -14053185 or 12554281. OLE color: 12554281.

HSL color Cylindrical-coordinate representation of color #2990BF: hue angle of 198.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2990BF is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 144 191 -
CMYK 0.79 0.25 0 0.25
HSL 198.8º 0.65% 0.45% -
HSV(B) 198.8º 0.79% 0.75% -
XYZ 20.29 24.18 52.89 -
YUV 118.56 168.88 72.68 -
System Red Green Blue C M Y K H S L
Decimal 41 144 191 0.79 0.25 0 0.25 198.8 0.65 0.45
Hex 29 90 BF 4F 19 0 19 C7 41 2D
Octal 51 220 277 117 31 0 31 307 101 55
Binary 101001 10010000 10111111 1001111 11001 0 11001 11000111 1000001 101101

Color Harmonies of #2990BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2990BF

Black with #2990BF

Text Example


Text Example

White with #2990BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2990BF;
 }
 .AnyTagClassName
 {
   color: #2990BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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