#24929E

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

Shades of Java #24929E

Tints of Java #24929E

Color information

#24929E (or 0x24929E) is unknown color: approx Java. HEX triplet: 24, 92 and 9E. RGB value is (36,146,158). Sum of RGB (Red+Green+Blue) = 36+146+158=340 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.59% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #24929E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24929E is #DB6D61. Grayscale: #727272. Windows color (decimal): -14380386 or 10392100. OLE color: 10392100.

HSL color Cylindrical-coordinate representation of color #24929E: hue angle of 185.9º 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 #24929E is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB36146158-
CMYK0.770.0800.38
HSL185.9º62.89%38.04%-
HSV(B)185.9º77.22%61.96%-
XYZ17.1823.435.96-
YUV114.48152.5672.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.59%
GREEN value IS 146 (57.42% from 255) = 42.94%
BLUE value IS 158 (62.11% from 255) = 46.47%
R=10.59%
G=42.94%
B=46.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal361461580.770.0800.38185.962.8938.04
Hex24929E4D8026ba3f26
Octal44222236115100462727746
Binary100100100100101001111010011011000010011010111010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24929E; }

 p { color: rgb(36,146,158); }

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

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

 a { background-color: rgb(36,146,158); }

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

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

 span { border-color: rgb(36,146,158); }

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