#298CAE

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

Shades of Pelorous #298CAE

Tints of Pelorous #298CAE

Color information

#298CAE (or 0x298CAE) is unknown color: approx Pelorous. HEX triplet: 29, 8C and AE. RGB value is (41,140,174). Sum of RGB (Red+Green+Blue) = 41+140+174=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 140 (55.08% from 255 or 39.44% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #298CAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298CAE is #D67351. Grayscale: #727272. Windows color (decimal): -14054226 or 11439145. OLE color: 11439145.

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

Color convert

RGB41140174-
CMYK0.760.2000.32
HSL195.34º61.86%42.16%-
HSV(B)195.34º76.44%68.24%-
XYZ17.9322.2843.4-
YUV114.28161.775.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.55%
GREEN value IS 140 (55.08% from 255) = 39.44%
BLUE value IS 174 (68.36% from 255) = 49.01%
R=11.55%
G=39.44%
B=49.01%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal411401740.760.2000.32195.3461.8642.16
Hex298CAE4C14020c33e2a
Octal51214256114240403037652
Binary1010011000110010101110100110010100010000011000011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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