#298A92

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

Shades of Java #298A92

Tints of Java #298A92

Color information

#298A92 (or 0x298A92) is unknown color: approx Java. HEX triplet: 29, 8A and 92. RGB value is (41,138,146). Sum of RGB (Red+Green+Blue) = 41+138+146=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #298A92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298A92 is #D6756D. Grayscale: #6D6D6D. Windows color (decimal): -14054766 or 9603625. OLE color: 9603625.

HSL color Cylindrical-coordinate representation of color #298A92: hue angle of 184.57º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #298A92 is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB41138146-
CMYK0.720.0500.43
HSL184.57º56.15%36.67%-
HSV(B)184.57º71.92%57.25%-
XYZ15.1920.7230.39-
YUV109.91148.3678.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.62%
GREEN value IS 138 (54.30% from 255) = 42.46%
BLUE value IS 146 (57.42% from 255) = 44.92%
R=12.62%
G=42.46%
B=44.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411381460.720.0500.43184.5756.1536.67
Hex298A9248502Bb93825
Octal5121222211050532717045
Binary10100110001010100100101001000101010101110111001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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