Html Css Color HEX #2992BD Pelorous

📋 copy color: '#2992BD'

red 41 ◦ green 146 ◦ blue 189

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

Shades of Pelorous #2992BD

Tints of Pelorous #2992BD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.83%

 BLUE value IS 189 (74.22% from 255) = 50.27%

R = 10.9%
G = 38.83%
B = 50.27%

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

#2992BD (or 0x2992BD) is known color: Pelorous. HEX triplet: 29, 92 and BD. RGB value is (41,146,189). Sum of RGB (Red+Green+Blue) = 41+146+189=376 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.90% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #2992BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2992BD is #D66D42. Grayscale: #777777. Windows color (decimal): -14052675 or 12423721. OLE color: 12423721.

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

Color convert

RGB 41 146 189 -
CMYK 0.78 0.23 0 0.26
HSL 197.43º 0.64% 0.45% -
HSV(B) 197.43º 0.78% 0.74% -
XYZ 20.38 24.7 51.84 -
YUV 119.51 167.21 72 -
System Red Green Blue C M Y K H S L
Decimal 41 146 189 0.78 0.23 0 0.26 197.43 0.64 0.45
Hex 29 92 BD 4E 17 0 1A C5 40 2D
Octal 51 222 275 116 27 0 32 305 100 55
Binary 101001 10010010 10111101 1001110 10111 0 11010 11000101 1000000 101101

Color Harmonies of #2992BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2992BD

Black with #2992BD

Text Example


Text Example

White with #2992BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2992BD;
 }
 .AnyTagClassName
 {
   color: #2992BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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