#249295

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

Shades of Java #249295

Tints of Java #249295

Color information

#249295 (or 0x249295) is unknown color: approx Java. HEX triplet: 24, 92 and 95. RGB value is (36,146,149). Sum of RGB (Red+Green+Blue) = 36+146+149=331 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.88% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #249295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249295 is #DB6D6A. Grayscale: #717171. Windows color (decimal): -14380395 or 9802276. OLE color: 9802276.

HSL color Cylindrical-coordinate representation of color #249295: hue angle of 181.59º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249295 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB36146149-
CMYK0.760.0200.42
HSL181.59º61.08%36.27%-
HSV(B)181.59º75.84%58.43%-
XYZ16.4323.132.03-
YUV113.45148.0672.76-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.88%
GREEN value IS 146 (57.42% from 255) = 44.11%
BLUE value IS 149 (58.59% from 255) = 45.02%
R=10.88%
G=44.11%
B=45.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal361461490.760.0200.42181.5961.0836.27
Hex2492954C202Ab63d24
Octal4422222511420522667544
Binary1001001001001010010101100110010010101010110110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249295; }

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

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

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

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

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

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

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

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