#299FAE

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

Shades of Pelorous #299FAE

Tints of Pelorous #299FAE

Color information

#299FAE (or 0x299FAE) is unknown color: approx Pelorous. HEX triplet: 29, 9F and AE. RGB value is (41,159,174). Sum of RGB (Red+Green+Blue) = 41+159+174=374 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.96% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #299FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299FAE is #D66051. Grayscale: #7D7D7D. Windows color (decimal): -14049362 or 11444009. OLE color: 11444009.

HSL color Cylindrical-coordinate representation of color #299FAE: hue angle of 186.77º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #299FAE is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB41159174-
CMYK0.760.0900.32
HSL186.77º61.86%42.16%-
HSV(B)186.77º76.44%68.24%-
XYZ20.9528.3244.41-
YUV125.43155.4167.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.96%
GREEN value IS 159 (62.5% from 255) = 42.51%
BLUE value IS 174 (68.36% from 255) = 46.52%
R=10.96%
G=42.51%
B=46.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal411591740.760.0900.32186.7761.8642.16
Hex299FAE4C9020bb3e2a
Octal51237256114110402737652
Binary101001100111111010111010011001001010000010111011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,159,174); }

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

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

 a { background-color: rgb(41,159,174); }

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

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

 span { border-color: rgb(41,159,174); }

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