#249292

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

Shades of Java #249292

Tints of Java #249292

Color information

#249292 (or 0x249292) is unknown color: approx Java. HEX triplet: 24, 92 and 92. RGB value is (36,146,146). Sum of RGB (Red+Green+Blue) = 36+146+146=328 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.98% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #249292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249292 is #DB6D6D. Grayscale: #717171. Windows color (decimal): -14380398 or 9605668. OLE color: 9605668.

HSL color Cylindrical-coordinate representation of color #249292: hue angle of 180º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249292 is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB36146146-
CMYK0.75000.43
HSL180º60.44%35.69%-
HSV(B)180º75.34%57.25%-
XYZ16.1923.0130.78-
YUV113.11146.5673-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.98%
GREEN value IS 146 (57.42% from 255) = 44.51%
BLUE value IS 146 (57.42% from 255) = 44.51%
R=10.98%
G=44.51%
B=44.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal361461460.75000.4318060.4435.69
Hex2492924B002Bb43c24
Octal4422222211300532647444
Binary100100100100101001001010010110010101110110100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249292; }

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

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

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

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

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

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

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

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