#24969D

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

Shades of Java #24969D

Tints of Java #24969D

Color information

#24969D (or 0x24969D) is unknown color: approx Java. HEX triplet: 24, 96 and 9D. RGB value is (36,150,157). Sum of RGB (Red+Green+Blue) = 36+150+157=343 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.50% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #24969D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24969D is #DB6962. Grayscale: #747474. Windows color (decimal): -14379363 or 10327588. OLE color: 10327588.

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

Color convert

RGB36150157-
CMYK0.770.0400.38
HSL183.47º62.69%37.84%-
HSV(B)183.47º77.07%61.57%-
XYZ17.7224.6235.72-
YUV116.71150.7370.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.50%
GREEN value IS 150 (58.98% from 255) = 43.73%
BLUE value IS 157 (61.72% from 255) = 45.77%
R=10.50%
G=43.73%
B=45.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal361501570.770.0400.38183.4762.6937.84
Hex24969D4D4026b73f26
Octal4422623511540462677746
Binary10010010010110100111011001101100010011010110111111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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