#24969F

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

Shades of Java #24969F

Tints of Java #24969F

Color information

#24969F (or 0x24969F) is unknown color: approx Java. HEX triplet: 24, 96 and 9F. RGB value is (36,150,159). Sum of RGB (Red+Green+Blue) = 36+150+159=345 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.43% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #24969F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24969F is #DB6960. Grayscale: #747474. Windows color (decimal): -14379361 or 10458660. OLE color: 10458660.

HSL color Cylindrical-coordinate representation of color #24969F: hue angle of 184.39º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24969F is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB36150159-
CMYK0.770.0600.38
HSL184.39º63.08%38.24%-
HSV(B)184.39º77.36%62.35%-
XYZ17.8924.6936.62-
YUV116.94151.7370.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.43%
GREEN value IS 150 (58.98% from 255) = 43.48%
BLUE value IS 159 (62.5% from 255) = 46.09%
R=10.43%
G=43.48%
B=46.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal361501590.770.0600.38184.3963.0838.24
Hex24969F4D6026b83f26
Octal4422623711560462707746
Binary10010010010110100111111001101110010011010111000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,150,159); }

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

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

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

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

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

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

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