#249F95

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

Shades of Java #249F95

Tints of Java #249F95

Color information

#249F95 (or 0x249F95) is unknown color: approx Java. HEX triplet: 24, 9F and 95. RGB value is (36,159,149). Sum of RGB (Red+Green+Blue) = 36+159+149=344 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.47% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 159 - color contains mainly: green. Hex color #249F95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249F95 is #DB606A. Grayscale: #787878. Windows color (decimal): -14377067 or 9805604. OLE color: 9805604.

HSL color Cylindrical-coordinate representation of color #249F95: hue angle of 175.12º 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 #249F95 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB36159149-
CMYK0.7700.060.38
HSL175.12º63.08%38.24%-
HSV(B)175.12º77.36%62.35%-
XYZ18.5527.3432.73-
YUV121.08143.7567.31-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.47%
GREEN value IS 159 (62.5% from 255) = 46.22%
BLUE value IS 149 (58.59% from 255) = 43.31%
R=10.47%
G=46.22%
B=43.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal361591490.7700.060.38175.1263.0838.24
Hex249F954D0626af3f26
Octal4423722511506462577746
Binary10010010011111100101011001101011010011010101111111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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