#298EAE

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

Shades of Pelorous #298EAE

Tints of Pelorous #298EAE

Color information

#298EAE (or 0x298EAE) is unknown color: approx Pelorous. HEX triplet: 29, 8E and AE. RGB value is (41,142,174). Sum of RGB (Red+Green+Blue) = 41+142+174=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #298EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298EAE is #D67151. Grayscale: #737373. Windows color (decimal): -14053714 or 11439657. OLE color: 11439657.

HSL color Cylindrical-coordinate representation of color #298EAE: hue angle of 194.44º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #298EAE is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB41142174-
CMYK0.760.1800.32
HSL194.44º61.86%42.16%-
HSV(B)194.44º76.44%68.24%-
XYZ18.2322.8743.5-
YUV115.45161.0474.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.48%
GREEN value IS 142 (55.86% from 255) = 39.78%
BLUE value IS 174 (68.36% from 255) = 48.74%
R=11.48%
G=39.78%
B=48.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal411421740.760.1800.32194.4461.8642.16
Hex298EAE4C12020c23e2a
Octal51216256114220403027652
Binary1010011000111010101110100110010010010000011000010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,142,174); }

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

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

 a { background-color: rgb(41,142,174); }

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

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

 span { border-color: rgb(41,142,174); }

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