#2994CC

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

Shades of Pelorous #2994CC

Tints of Pelorous #2994CC

Color information

#2994CC (or 0x2994CC) is unknown color: approx Pelorous. HEX triplet: 29, 94 and CC. RGB value is (41,148,204). Sum of RGB (Red+Green+Blue) = 41+148+204=393 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.43% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #2994CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2994CC is #D66B33. Grayscale: #7A7A7A. Windows color (decimal): -14052148 or 13407273. OLE color: 13407273.

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

Color convert

RGB41148204-
CMYK0.800.2700.2
HSL200.61º66.53%48.04%-
HSV(B)200.61º79.9%80%-
XYZ22.426.0160.97-
YUV122.39174.0569.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.43%
GREEN value IS 148 (58.20% from 255) = 37.66%
BLUE value IS 204 (80.08% from 255) = 51.91%
R=10.43%
G=37.66%
B=51.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal411482040.800.2700.2200.6166.5348.04
Hex2994CC501B014c94330
Octal512243141203302431110360
Binary1010011001010011001100101000011011010100110010011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2994CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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