#2992CC

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

Shades of Pelorous #2992CC

Tints of Pelorous #2992CC

Color information

#2992CC (or 0x2992CC) is unknown color: approx 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

RGB41146204-
CMYK0.800.2800.2
HSL201.35º66.53%48.04%-
HSV(B)201.35º79.9%80%-
XYZ22.0925.3960.86-
YUV121.22174.7170.78-

RGB Variations

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

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 (Cyan) values IS 0.80
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal411462040.800.2800.2201.3566.5348.04
Hex2992CC501C014c94330
Octal512223141203402431110360
Binary1010011001001011001100101000011100010100110010011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2992CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>