#299FB0

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

Shades of Pelorous #299FB0

Tints of Pelorous #299FB0

Color information

#299FB0 (or 0x299FB0) is unknown color: approx Pelorous. HEX triplet: 29, 9F and B0. RGB value is (41,159,176). Sum of RGB (Red+Green+Blue) = 41+159+176=376 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.90% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 176 (69.14% from 255 or 46.81% from 376); Max value from RGB is 176 - color contains mainly: blue. Hex color #299FB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299FB0 is #D6604F. Grayscale: #7D7D7D. Windows color (decimal): -14049360 or 11575081. OLE color: 11575081.

HSL color Cylindrical-coordinate representation of color #299FB0: hue angle of 187.56º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #299FB0 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB41159176-
CMYK0.770.1000.31
HSL187.56º62.21%42.55%-
HSV(B)187.56º76.7%69.02%-
XYZ21.1528.445.44-
YUV125.66156.4167.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.90%
GREEN value IS 159 (62.5% from 255) = 42.29%
BLUE value IS 176 (69.14% from 255) = 46.81%
R=10.90%
G=42.29%
B=46.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal411591760.770.1000.31187.5662.2142.55
Hex299FB04DA01Fbc3e2b
Octal51237260115120372747653
Binary10100110011111101100001001101101001111110111100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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