#298AB3

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

Shades of Pelorous #298AB3

Tints of Pelorous #298AB3

Color information

#298AB3 (or 0x298AB3) is unknown color: approx Pelorous. HEX triplet: 29, 8A and B3. RGB value is (41,138,179). Sum of RGB (Red+Green+Blue) = 41+138+179=358 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.45% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 179 (70.31% from 255 or 50% from 358); Max value from RGB is 179 - color contains mainly: blue. Hex color #298AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298AB3 is #D6754C. Grayscale: #717171. Windows color (decimal): -14054733 or 11766313. OLE color: 11766313.

HSL color Cylindrical-coordinate representation of color #298AB3: hue angle of 197.83º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #298AB3 is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB41138179-
CMYK0.770.2300.30
HSL197.83º62.73%43.14%-
HSV(B)197.83º77.09%70.2%-
XYZ18.1421.945.92-
YUV113.67164.8676.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.45%
GREEN value IS 138 (54.30% from 255) = 38.55%
BLUE value IS 179 (70.31% from 255) = 50%
R=11.45%
G=38.55%
B=50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal411381790.770.2300.30197.8362.7343.14
Hex298AB34D1701Ec63f2b
Octal51212263115270363067753
Binary101001100010101011001110011011011101111011000110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298AB3; }

 p { color: rgb(41,138,179); }

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

<style>
 a { background-color: #298AB3; }

 a { background-color: rgb(41,138,179); }

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

<style>
 span { border-color: #298AB3; }

 span { border-color: rgb(41,138,179); }

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