#249199

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

Shades of Java #249199

Tints of Java #249199

Color information

#249199 (or 0x249199) is unknown color: approx Java. HEX triplet: 24, 91 and 99. RGB value is (36,145,153). Sum of RGB (Red+Green+Blue) = 36+145+153=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #249199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249199 is #DB6E66. Grayscale: #717171. Windows color (decimal): -14380647 or 10064164. OLE color: 10064164.

HSL color Cylindrical-coordinate representation of color #249199: hue angle of 184.1º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249199 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB36145153-
CMYK0.760.0500.4
HSL184.1º61.9%37.06%-
HSV(B)184.1º76.47%60%-
XYZ16.622.9333.69-
YUV113.32150.3972.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.78%
GREEN value IS 145 (57.03% from 255) = 43.41%
BLUE value IS 153 (60.16% from 255) = 45.81%
R=10.78%
G=43.41%
B=45.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal361451530.760.0500.4184.161.937.06
Hex2491994C5028b83e25
Octal4422123111450502707645
Binary10010010010001100110011001100101010100010111000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249199; }

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

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

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

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

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

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

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

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