#299BA8

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

Shades of Pelorous #299BA8

Tints of Pelorous #299BA8

Color information

#299BA8 (or 0x299BA8) is unknown color: approx Pelorous. HEX triplet: 29, 9B and A8. RGB value is (41,155,168). Sum of RGB (Red+Green+Blue) = 41+155+168=364 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.26% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 168 (66.02% from 255 or 46.15% from 364); Max value from RGB is 168 - color contains mainly: blue. Hex color #299BA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299BA8 is #D66457. Grayscale: #7A7A7A. Windows color (decimal): -14050392 or 11049769. OLE color: 11049769.

HSL color Cylindrical-coordinate representation of color #299BA8: hue angle of 186.14º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #299BA8 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB41155168-
CMYK0.760.0800.34
HSL186.14º60.77%40.98%-
HSV(B)186.14º75.6%65.88%-
XYZ19.726.7441.17-
YUV122.4153.7369.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.26%
GREEN value IS 155 (60.94% from 255) = 42.58%
BLUE value IS 168 (66.02% from 255) = 46.15%
R=11.26%
G=42.58%
B=46.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal411551680.760.0800.34186.1460.7740.98
Hex299BA84C8022ba3d29
Octal51233250114100422727551
Binary101001100110111010100010011001000010001010111010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,155,168); }

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

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

 a { background-color: rgb(41,155,168); }

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

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

 span { border-color: rgb(41,155,168); }

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