#2992BC

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

Shades of Pelorous #2992BC

Tints of Pelorous #2992BC

Color information

#2992BC (or 0x2992BC) is unknown color: approx Pelorous. HEX triplet: 29, 92 and BC. RGB value is (41,146,188). Sum of RGB (Red+Green+Blue) = 41+146+188=375 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.93% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #2992BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2992BC is #D66D43. Grayscale: #777777. Windows color (decimal): -14052676 or 12358185. OLE color: 12358185.

HSL color Cylindrical-coordinate representation of color #2992BC: hue angle of 197.14º 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 #2992BC is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB41146188-
CMYK0.780.2200.26
HSL197.14º64.19%44.9%-
HSV(B)197.14º78.19%73.73%-
XYZ20.2724.6651.27-
YUV119.39166.7172.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.93%
GREEN value IS 146 (57.42% from 255) = 38.93%
BLUE value IS 188 (73.83% from 255) = 50.13%
R=10.93%
G=38.93%
B=50.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal411461880.780.2200.26197.1464.1944.9
Hex2992BC4E1601Ac5402d
Octal512222741162603230510055
Binary1010011001001010111100100111010110011010110001011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2992BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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