#298A8A

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

Shades of Java #298A8A

Tints of Java #298A8A

Color information

#298A8A (or 0x298A8A) is unknown color: approx Java. HEX triplet: 29, 8A and 8A. RGB value is (41,138,138). Sum of RGB (Red+Green+Blue) = 41+138+138=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 138 - color contains mainly: green, blue. Hex color #298A8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298A8A is #D67575. Grayscale: #6C6C6C. Windows color (decimal): -14054774 or 9079337. OLE color: 9079337.

HSL color Cylindrical-coordinate representation of color #298A8A: hue angle of 180º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #298A8A is Cyan = 0.70, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB41138138-
CMYK0.70000.46
HSL180º54.19%35.1%-
HSV(B)180º70.29%54.12%-
XYZ14.5920.4827.23-
YUV109144.3679.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.93%
GREEN value IS 138 (54.30% from 255) = 43.53%
BLUE value IS 138 (54.30% from 255) = 43.53%
R=12.93%
G=43.53%
B=43.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal411381380.70000.4618054.1935.1
Hex298A8A46002Eb43623
Octal5121221210600562646643
Binary101001100010101000101010001100010111010110100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,138,138); }

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

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

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

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

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

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

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