#298AB0

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

Shades of Pelorous #298AB0

Tints of Pelorous #298AB0

Color information

#298AB0 (or 0x298AB0) is unknown color: approx Pelorous. HEX triplet: 29, 8A and B0. RGB value is (41,138,176). Sum of RGB (Red+Green+Blue) = 41+138+176=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 176 (69.14% from 255 or 49.58% from 355); Max value from RGB is 176 - color contains mainly: blue. Hex color #298AB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298AB0 is #D6754F. Grayscale: #717171. Windows color (decimal): -14054736 or 11569705. OLE color: 11569705.

HSL color Cylindrical-coordinate representation of color #298AB0: hue angle of 196.89º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #298AB0 is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB41138176-
CMYK0.770.2200.31
HSL196.89º62.21%42.55%-
HSV(B)196.89º76.7%69.02%-
XYZ17.8421.7844.34-
YUV113.33163.3676.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.55%
GREEN value IS 138 (54.30% from 255) = 38.87%
BLUE value IS 176 (69.14% from 255) = 49.58%
R=11.55%
G=38.87%
B=49.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal411381760.770.2200.31196.8962.2142.55
Hex298AB04D1601Fc53e2b
Octal51212260115260373057653
Binary101001100010101011000010011011011001111111000101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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