#299EB5

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

Shades of Pelorous #299EB5

Tints of Pelorous #299EB5

Color information

#299EB5 (or 0x299EB5) is unknown color: approx Pelorous. HEX triplet: 29, 9E and B5. RGB value is (41,158,181). Sum of RGB (Red+Green+Blue) = 41+158+181=380 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.79% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 181 (71.09% from 255 or 47.63% from 380); Max value from RGB is 181 - color contains mainly: blue. Hex color #299EB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299EB5 is #D6614A. Grayscale: #7D7D7D. Windows color (decimal): -14049611 or 11902505. OLE color: 11902505.

HSL color Cylindrical-coordinate representation of color #299EB5: hue angle of 189.86º 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 #299EB5 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB41158181-
CMYK0.770.1300.29
HSL189.86º63.06%43.53%-
HSV(B)189.86º77.35%70.98%-
XYZ21.4828.2648.04-
YUV125.64159.2467.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.79%
GREEN value IS 158 (62.11% from 255) = 41.58%
BLUE value IS 181 (71.09% from 255) = 47.63%
R=10.79%
G=41.58%
B=47.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal411581810.770.1300.29189.8663.0643.53
Hex299EB54DD01Dbe3f2c
Octal51236265115150352767754
Binary10100110011110101101011001101110101110110111110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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