#299ECC

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

Shades of Pelorous #299ECC

Tints of Pelorous #299ECC

Color information

#299ECC (or 0x299ECC) is unknown color: approx Pelorous. HEX triplet: 29, 9E and CC. RGB value is (41,158,204). Sum of RGB (Red+Green+Blue) = 41+158+204=403 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.17% from 403); Green value is 158 (62.11% from 255 or 39.21% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #299ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299ECC is #D66133. Grayscale: #7F7F7F. Windows color (decimal): -14049588 or 13409833. OLE color: 13409833.

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

Color convert

RGB41158204-
CMYK0.800.2300.2
HSL196.93º66.53%48.04%-
HSV(B)196.93º79.9%80%-
XYZ24.0429.2861.51-
YUV128.26170.7465.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.17%
GREEN value IS 158 (62.11% from 255) = 39.21%
BLUE value IS 204 (80.08% from 255) = 50.62%
R=10.17%
G=39.21%
B=50.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal411582040.800.2300.2196.9366.5348.04
Hex299ECC5017014c54330
Octal512363141202702430510360
Binary1010011001111011001100101000010111010100110001011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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