#2996CC

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

Shades of Pelorous #2996CC

Tints of Pelorous #2996CC

Color information

#2996CC (or 0x2996CC) is unknown color: approx Pelorous. HEX triplet: 29, 96 and CC. RGB value is (41,150,204). Sum of RGB (Red+Green+Blue) = 41+150+204=395 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.38% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #2996CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2996CC is #D66933. Grayscale: #7B7B7B. Windows color (decimal): -14051636 or 13407785. OLE color: 13407785.

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

Color convert

RGB41150204-
CMYK0.800.2600.2
HSL199.88º66.53%48.04%-
HSV(B)199.88º79.9%80%-
XYZ22.7226.6461.07-
YUV123.56173.3969.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.38%
GREEN value IS 150 (58.98% from 255) = 37.97%
BLUE value IS 204 (80.08% from 255) = 51.65%
R=10.38%
G=37.97%
B=51.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal411502040.800.2600.2199.8866.5348.04
Hex2996CC501A014c84330
Octal512263141203202431010360
Binary1010011001011011001100101000011010010100110010001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2996CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2996CC;
 }
 .AnyTagClassName
 {
   color: #2996CC;
 }
</style>
background-color css

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

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

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

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

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

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