#2993CC

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

Shades of Pelorous #2993CC

Tints of Pelorous #2993CC

Color information

#2993CC (or 0x2993CC) is unknown color: approx Pelorous. HEX triplet: 29, 93 and CC. RGB value is (41,147,204). Sum of RGB (Red+Green+Blue) = 41+147+204=392 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.46% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #2993CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2993CC is #D66C33. Grayscale: #797979. Windows color (decimal): -14052404 or 13407017. OLE color: 13407017.

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

Color convert

RGB41147204-
CMYK0.800.2800.2
HSL200.98º66.53%48.04%-
HSV(B)200.98º79.9%80%-
XYZ22.2525.760.91-
YUV121.8174.3870.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.46%
GREEN value IS 147 (57.81% from 255) = 37.5%
BLUE value IS 204 (80.08% from 255) = 52.04%
R=10.46%
G=37.5%
B=52.04%

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
Decimal411472040.800.2800.2200.9866.5348.04
Hex2993CC501C014c94330
Octal512233141203402431110360
Binary1010011001001111001100101000011100010100110010011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2993CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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