#299FB8

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

Shades of Pelorous #299FB8

Tints of Pelorous #299FB8

Color information

#299FB8 (or 0x299FB8) is unknown color: approx Pelorous. HEX triplet: 29, 9F and B8. RGB value is (41,159,184). Sum of RGB (Red+Green+Blue) = 41+159+184=384 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.68% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 184 (72.27% from 255 or 47.92% from 384); Max value from RGB is 184 - color contains mainly: blue. Hex color #299FB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299FB8 is #D66047. Grayscale: #7E7E7E. Windows color (decimal): -14049352 or 12099369. OLE color: 12099369.

HSL color Cylindrical-coordinate representation of color #299FB8: hue angle of 190.49º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #299FB8 is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB41159184-
CMYK0.780.1400.28
HSL190.49º63.56%44.12%-
HSV(B)190.49º77.72%72.16%-
XYZ21.9628.7349.73-
YUV126.57160.4166.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.68%
GREEN value IS 159 (62.5% from 255) = 41.41%
BLUE value IS 184 (72.27% from 255) = 47.92%
R=10.68%
G=41.41%
B=47.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal411591840.780.1400.28190.4963.5644.12
Hex299FB84EE01Cbe402c
Octal512372701161603427610054
Binary101001100111111011100010011101110011100101111101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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