Html Css Color HEX #2992BC Pelorous

📋 copy color: '#2992BC'

red 41 ◦ green 146 ◦ blue 188

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

Shades of Pelorous #2992BC

Tints of Pelorous #2992BC

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 value IS 0.78

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2992BC (or 0x2992BC) is known color: 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

RGB 41 146 188 -
CMYK 0.78 0.22 0 0.26
HSL 197.14º 0.64% 0.45% -
HSV(B) 197.14º 0.78% 0.74% -
XYZ 20.27 24.66 51.27 -
YUV 119.39 166.71 72.08 -
System Red Green Blue C M Y K H S L
Decimal 41 146 188 0.78 0.22 0 0.26 197.14 0.64 0.45
Hex 29 92 BC 4E 16 0 1A C5 40 2D
Octal 51 222 274 116 26 0 32 305 100 55
Binary 101001 10010010 10111100 1001110 10110 0 11010 11000101 1000000 101101

Color Harmonies of #2992BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2992BC

Black with #2992BC

Text Example


Text Example

White with #2992BC

Text Example


Text Example

HTML Codes & Css Web 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>