Html Css Color HEX #2990AB Pelorous

📋 copy color: '#2990AB'

red 41 ◦ green 144 ◦ blue 171

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

Shades of Pelorous #2990AB

Tints of Pelorous #2990AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.03%

R = 11.52%
G = 40.45%
B = 48.03%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2990AB (or 0x2990AB) is known color: Pelorous. HEX triplet: 29, 90 and AB. RGB value is (41,144,171). Sum of RGB (Red+Green+Blue) = 41+144+171=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #2990AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2990AB is #D66F54. Grayscale: #747474. Windows color (decimal): -14053205 or 11243561. OLE color: 11243561.

HSL color Cylindrical-coordinate representation of color #2990AB: hue angle of 192.46º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2990AB is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 144 171 -
CMYK 0.76 0.16 0 0.33
HSL 192.46º 0.61% 0.42% -
HSV(B) 192.46º 0.76% 0.67% -
XYZ 18.24 23.36 42.08 -
YUV 116.28 158.88 74.3 -
System Red Green Blue C M Y K H S L
Decimal 41 144 171 0.76 0.16 0 0.33 192.46 0.61 0.42
Hex 29 90 AB 4C 10 0 21 C0 3D 2A
Octal 51 220 253 114 20 0 41 300 75 52
Binary 101001 10010000 10101011 1001100 10000 0 100001 11000000 111101 101010

Color Harmonies of #2990AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2990AB

Black with #2990AB

Text Example


Text Example

White with #2990AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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