#24848F

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

Shades of Java #24848F

Tints of Java #24848F

Color information

#24848F (or 0x24848F) is unknown color: approx Java. HEX triplet: 24, 84 and 8F. RGB value is (36,132,143). Sum of RGB (Red+Green+Blue) = 36+132+143=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 143 (56.25% from 255 or 45.98% from 311); Max value from RGB is 143 - color contains mainly: blue. Hex color #24848F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24848F is #DB7B70. Grayscale: #686868. Windows color (decimal): -14383985 or 9405476. OLE color: 9405476.

HSL color Cylindrical-coordinate representation of color #24848F: hue angle of 186.17º 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 #24848F is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB36132143-
CMYK0.750.0800.44
HSL186.17º59.78%35.1%-
HSV(B)186.17º74.83%56.08%-
XYZ13.9418.8628.89-
YUV104.55149.779.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.58%
GREEN value IS 132 (51.95% from 255) = 42.44%
BLUE value IS 143 (56.25% from 255) = 45.98%
R=11.58%
G=42.44%
B=45.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal361321430.750.0800.44186.1759.7835.1
Hex24848F4B802Cba3c23
Octal44204217113100542727443
Binary100100100001001000111110010111000010110010111010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24848F; }

 p { color: rgb(36,132,143); }

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

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

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

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

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

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

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