#299CCC

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

Shades of Pelorous #299CCC

Tints of Pelorous #299CCC

Color information

#299CCC (or 0x299CCC) is unknown color: approx Pelorous. HEX triplet: 29, 9C and CC. RGB value is (41,156,204). Sum of RGB (Red+Green+Blue) = 41+156+204=401 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.22% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #299CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299CCC is #D66333. Grayscale: #7E7E7E. Windows color (decimal): -14050100 or 13409321. OLE color: 13409321.

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

Color convert

RGB41156204-
CMYK0.800.2400.2
HSL197.67º66.53%48.04%-
HSV(B)197.67º79.9%80%-
XYZ23.728.6161.4-
YUV127.09171.466.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.22%
GREEN value IS 156 (61.33% from 255) = 38.90%
BLUE value IS 204 (80.08% from 255) = 50.87%
R=10.22%
G=38.90%
B=50.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal411562040.800.2400.2197.6766.5348.04
Hex299CCC5018014c64330
Octal512343141203002430610360
Binary1010011001110011001100101000011000010100110001101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299CCC; }

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

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

<style>
 a { background-color: #299CCC; }

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

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

<style>
 span { border-color: #299CCC; }

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

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