#249390

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

Shades of Java #249390

Tints of Java #249390

Color information

#249390 (or 0x249390) is unknown color: approx Java. HEX triplet: 24, 93 and 90. RGB value is (36,147,144). Sum of RGB (Red+Green+Blue) = 36+147+144=327 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.01% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #249390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249390 is #DB6C6F. Grayscale: #717171. Windows color (decimal): -14380144 or 9474852. OLE color: 9474852.

HSL color Cylindrical-coordinate representation of color #249390: hue angle of 178.38º 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 #249390 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB36147144-
CMYK0.7600.020.42
HSL178.38º60.66%35.88%-
HSV(B)178.38º75.51%57.65%-
XYZ16.223.2630.02-
YUV113.47145.2372.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.01%
GREEN value IS 147 (57.81% from 255) = 44.95%
BLUE value IS 144 (56.64% from 255) = 44.04%
R=11.01%
G=44.95%
B=44.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal361471440.7600.020.42178.3860.6635.88
Hex2493904C022Ab23d24
Octal4422322011402522627544
Binary1001001001001110010000100110001010101010110010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249390; }

 p { color: rgb(36,147,144); }

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

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

 a { background-color: rgb(36,147,144); }

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

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

 span { border-color: rgb(36,147,144); }

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