#298DAE

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

Shades of Pelorous #298DAE

Tints of Pelorous #298DAE

Color information

#298DAE (or 0x298DAE) is unknown color: approx Pelorous. HEX triplet: 29, 8D and AE. RGB value is (41,141,174). Sum of RGB (Red+Green+Blue) = 41+141+174=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #298DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298DAE is #D67251. Grayscale: #727272. Windows color (decimal): -14053970 or 11439401. OLE color: 11439401.

HSL color Cylindrical-coordinate representation of color #298DAE: hue angle of 194.89º 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 #298DAE is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB41141174-
CMYK0.760.1900.32
HSL194.89º61.86%42.16%-
HSV(B)194.89º76.44%68.24%-
XYZ18.0822.5843.45-
YUV114.86161.3775.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.52%
GREEN value IS 141 (55.47% from 255) = 39.61%
BLUE value IS 174 (68.36% from 255) = 48.88%
R=11.52%
G=39.61%
B=48.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal411411740.760.1900.32194.8961.8642.16
Hex298DAE4C13020c33e2a
Octal51215256114230403037652
Binary1010011000110110101110100110010011010000011000011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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