#249194

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

Shades of Java #249194

Tints of Java #249194

Color information

#249194 (or 0x249194) is unknown color: approx Java. HEX triplet: 24, 91 and 94. RGB value is (36,145,148). Sum of RGB (Red+Green+Blue) = 36+145+148=329 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.94% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #249194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249194 is #DB6E6B. Grayscale: #707070. Windows color (decimal): -14380652 or 9736484. OLE color: 9736484.

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

Color convert

RGB36145148-
CMYK0.760.0200.42
HSL181.61º60.87%36.08%-
HSV(B)181.61º75.68%58.04%-
XYZ16.222.7631.56-
YUV112.75147.8973.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.94%
GREEN value IS 145 (57.03% from 255) = 44.07%
BLUE value IS 148 (58.20% from 255) = 44.98%
R=10.94%
G=44.07%
B=44.98%

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
Decimal361451480.760.0200.42181.6160.8736.08
Hex2491944C202Ab63d24
Octal4422122411420522667544
Binary1001001001000110010100100110010010101010110110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249194; }

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

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

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

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

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

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

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

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