#249F98

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

Shades of Java #249F98

Tints of Java #249F98

Color information

#249F98 (or 0x249F98) is unknown color: approx Java. HEX triplet: 24, 9F and 98. RGB value is (36,159,152). Sum of RGB (Red+Green+Blue) = 36+159+152=347 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.37% from 347); Green value is 159 (62.5% from 255 or 45.82% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 159 - color contains mainly: green. Hex color #249F98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249F98 is #DB6067. Grayscale: #797979. Windows color (decimal): -14377064 or 10002212. OLE color: 10002212.

HSL color Cylindrical-coordinate representation of color #249F98: hue angle of 176.59º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249F98 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB36159152-
CMYK0.7700.040.38
HSL176.59º63.08%38.24%-
HSV(B)176.59º77.36%62.35%-
XYZ18.7927.4434.01-
YUV121.42145.2567.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.37%
GREEN value IS 159 (62.5% from 255) = 45.82%
BLUE value IS 152 (59.77% from 255) = 43.80%
R=10.37%
G=45.82%
B=43.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal361591520.7700.040.38176.5963.0838.24
Hex249F984D0426b13f26
Octal4423723011504462617746
Binary10010010011111100110001001101010010011010110001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249F98; }

 p { color: rgb(36,159,152); }

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

<style>
 a { background-color: #249F98; }

 a { background-color: rgb(36,159,152); }

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

<style>
 span { border-color: #249F98; }

 span { border-color: rgb(36,159,152); }

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