Html Css Color HEX #2992CB Pelorous

📋 copy color: '#2992CB'

red 41 ◦ green 146 ◦ blue 203

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

Shades of Pelorous #2992CB

Tints of Pelorous #2992CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.05%

R = 10.51%
G = 37.44%
B = 52.05%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2992CB (or 0x2992CB) is known color: Pelorous. HEX triplet: 29, 92 and CB. RGB value is (41,146,203). Sum of RGB (Red+Green+Blue) = 41+146+203=390 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.51% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #2992CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2992CB is #D66D34. Grayscale: #787878. Windows color (decimal): -14052661 or 13341225. OLE color: 13341225.

HSL color Cylindrical-coordinate representation of color #2992CB: hue angle of 201.11º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2992CB is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 146 203 -
CMYK 0.80 0.28 0 0.20
HSL 201.11º 0.66% 0.48% -
HSV(B) 201.11º 0.8% 0.8% -
XYZ 21.97 25.34 60.23 -
YUV 121.1 174.21 70.87 -
System Red Green Blue C M Y K H S L
Decimal 41 146 203 0.80 0.28 0 0.20 201.11 0.66 0.48
Hex 29 92 CB 50 1C 0 14 C9 42 30
Octal 51 222 313 120 34 0 24 311 102 60
Binary 101001 10010010 11001011 1010000 11100 0 10100 11001001 1000010 110000

Color Harmonies of #2992CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2992CB

Black with #2992CB

Text Example


Text Example

White with #2992CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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