#299AB5

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

Shades of Pelorous #299AB5

Tints of Pelorous #299AB5

Color information

#299AB5 (or 0x299AB5) is unknown color: approx Pelorous. HEX triplet: 29, 9A and B5. RGB value is (41,154,181). Sum of RGB (Red+Green+Blue) = 41+154+181=376 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.90% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 181 (71.09% from 255 or 48.14% from 376); Max value from RGB is 181 - color contains mainly: blue. Hex color #299AB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299AB5 is #D6654A. Grayscale: #7B7B7B. Windows color (decimal): -14050635 or 11901481. OLE color: 11901481.

HSL color Cylindrical-coordinate representation of color #299AB5: hue angle of 191.57º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #299AB5 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB41154181-
CMYK0.770.1500.29
HSL191.57º63.06%43.53%-
HSV(B)191.57º77.35%70.98%-
XYZ20.8126.9247.82-
YUV123.29160.5669.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.90%
GREEN value IS 154 (60.55% from 255) = 40.96%
BLUE value IS 181 (71.09% from 255) = 48.14%
R=10.90%
G=40.96%
B=48.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal411541810.770.1500.29191.5763.0643.53
Hex299AB54DF01Dc03f2c
Octal51232265115170353007754
Binary10100110011010101101011001101111101110111000000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,154,181); }

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

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

 a { background-color: rgb(41,154,181); }

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

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

 span { border-color: rgb(41,154,181); }

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