Html Css Color HEX #2990BC Pelorous

📋 copy color: '#2990BC'

red 41 ◦ green 144 ◦ blue 188

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

Shades of Pelorous #2990BC

Tints of Pelorous #2990BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.4%

R = 10.99%
G = 38.61%
B = 50.4%

CMYK

 C value IS 0.78

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2990BC (or 0x2990BC) is known color: Pelorous. HEX triplet: 29, 90 and BC. RGB value is (41,144,188). Sum of RGB (Red+Green+Blue) = 41+144+188=373 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.99% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #2990BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2990BC is #D66F43. Grayscale: #757575. Windows color (decimal): -14053188 or 12357673. OLE color: 12357673.

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

Color convert

RGB 41 144 188 -
CMYK 0.78 0.23 0 0.26
HSL 197.96º 0.64% 0.45% -
HSV(B) 197.96º 0.78% 0.74% -
XYZ 19.96 24.05 51.17 -
YUV 118.22 167.38 72.92 -
System Red Green Blue C M Y K H S L
Decimal 41 144 188 0.78 0.23 0 0.26 197.96 0.64 0.45
Hex 29 90 BC 4E 17 0 1A C6 40 2D
Octal 51 220 274 116 27 0 32 306 100 55
Binary 101001 10010000 10111100 1001110 10111 0 11010 11000110 1000000 101101

Color Harmonies of #2990BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2990BC

Black with #2990BC

Text Example


Text Example

White with #2990BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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