#298F8C

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

Shades of Java #298F8C

Tints of Java #298F8C

Color information

#298F8C (or 0x298F8C) is unknown color: approx Java. HEX triplet: 29, 8F and 8C. RGB value is (41,143,140). Sum of RGB (Red+Green+Blue) = 41+143+140=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 143 - color contains mainly: green. Hex color #298F8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298F8C is #D67073. Grayscale: #707070. Windows color (decimal): -14053492 or 9211689. OLE color: 9211689.

HSL color Cylindrical-coordinate representation of color #298F8C: hue angle of 178.24º 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 #298F8C is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB41143140-
CMYK0.7100.020.44
HSL178.24º55.43%36.08%-
HSV(B)178.24º71.33%56.08%-
XYZ15.4722.0128.24-
YUV112.16143.7177.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.65%
GREEN value IS 143 (56.25% from 255) = 44.14%
BLUE value IS 140 (55.08% from 255) = 43.21%
R=12.65%
G=44.14%
B=43.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal411431400.7100.020.44178.2455.4336.08
Hex298F8C47022Cb23724
Octal5121721410702542626744
Binary1010011000111110001100100011101010110010110010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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