Html Css Color HEX #2992CC Pelorous

📋 copy color: '#2992CC'

red 41 ◦ green 146 ◦ blue 204

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

Shades of Pelorous #2992CC

Tints of Pelorous #2992CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.17%

R = 10.49%
G = 37.34%
B = 52.17%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2992CC (or 0x2992CC) is known color: Pelorous. HEX triplet: 29, 92 and CC. RGB value is (41,146,204). Sum of RGB (Red+Green+Blue) = 41+146+204=391 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.49% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #2992CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2992CC is #D66D33. Grayscale: #787878. Windows color (decimal): -14052660 or 13406761. OLE color: 13406761.

HSL color Cylindrical-coordinate representation of color #2992CC: hue angle of 201.35º degrees, saturation: 0.67, 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 #2992CC is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 41 146 204 -
CMYK 0.80 0.28 0 0.2
HSL 201.35º 0.67% 0.48% -
HSV(B) 201.35º 0.8% 0.8% -
XYZ 22.09 25.39 60.86 -
YUV 121.22 174.71 70.78 -
System Red Green Blue C M Y K H S L
Decimal 41 146 204 0.80 0.28 0 0.2 201.35 0.67 0.48
Hex 29 92 CC 50 1C 0 14 C9 43 30
Octal 51 222 314 120 34 0 24 311 103 60
Binary 101001 10010010 11001100 1010000 11100 0 10100 11001001 1000011 110000

Color Harmonies of #2992CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2992CC

Black with #2992CC

Text Example


Text Example

White with #2992CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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