#298D8E

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

Shades of Java #298D8E

Tints of Java #298D8E

Color information

#298D8E (or 0x298D8E) is unknown color: approx Java. HEX triplet: 29, 8D and 8E. RGB value is (41,141,142). Sum of RGB (Red+Green+Blue) = 41+141+142=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 142 - color contains mainly: blue. Hex color #298D8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298D8E is #D67271. Grayscale: #6F6F6F. Windows color (decimal): -14054002 or 9342249. OLE color: 9342249.

HSL color Cylindrical-coordinate representation of color #298D8E: hue angle of 180.59º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298D8E is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB41141142-
CMYK0.710.0100.44
HSL180.59º55.19%35.88%-
HSV(B)180.59º71.13%55.69%-
XYZ15.3221.4728.93-
YUV111.21145.3777.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.65%
GREEN value IS 141 (55.47% from 255) = 43.52%
BLUE value IS 142 (55.86% from 255) = 43.83%
R=12.65%
G=43.52%
B=43.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal411411420.710.0100.44180.5955.1935.88
Hex298D8E47102Cb53724
Octal5121521610710542656744
Binary101001100011011000111010001111010110010110101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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