#249B94

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

Shades of Java #249B94

Tints of Java #249B94

Color information

#249B94 (or 0x249B94) is unknown color: approx Java. HEX triplet: 24, 9B and 94. RGB value is (36,155,148). Sum of RGB (Red+Green+Blue) = 36+155+148=339 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.62% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #249B94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249B94 is #DB646B. Grayscale: #767676. Windows color (decimal): -14378092 or 9739044. OLE color: 9739044.

HSL color Cylindrical-coordinate representation of color #249B94: hue angle of 176.47º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249B94 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB36155148-
CMYK0.7700.050.39
HSL176.47º62.3%37.45%-
HSV(B)176.47º76.77%60.78%-
XYZ17.7925.9632.09-
YUV118.62144.5869.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.62%
GREEN value IS 155 (60.94% from 255) = 45.72%
BLUE value IS 148 (58.20% from 255) = 43.66%
R=10.62%
G=45.72%
B=43.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal361551480.7700.050.39176.4762.337.45
Hex249B944D0527b03e25
Octal4423322411505472607645
Binary10010010011011100101001001101010110011110110000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,155,148); }

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

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

 a { background-color: rgb(36,155,148); }

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

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

 span { border-color: rgb(36,155,148); }

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