#249083

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

Shades of Java #249083

Tints of Java #249083

Color information

#249083 (or 0x249083) is unknown color: approx Java. HEX triplet: 24, 90 and 83. RGB value is (36,144,131). Sum of RGB (Red+Green+Blue) = 36+144+131=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #249083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249083 is #DB6F7C. Grayscale: #6E6E6E. Windows color (decimal): -14380925 or 8622116. OLE color: 8622116.

HSL color Cylindrical-coordinate representation of color #249083: hue angle of 172.78º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249083 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB36144131-
CMYK0.7500.090.44
HSL172.78º60%35.29%-
HSV(B)172.78º75%56.47%-
XYZ14.821.9624.93-
YUV110.23139.7275.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.58%
GREEN value IS 144 (56.64% from 255) = 46.30%
BLUE value IS 131 (51.56% from 255) = 42.12%
R=11.58%
G=46.30%
B=42.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal361441310.7500.090.44172.786035.29
Hex2490834B092Cad3c23
Octal44220203113011542557443
Binary100100100100001000001110010110100110110010101101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249083; }

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

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

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

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

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

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

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

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