Html Css Color HEX #24848E Java

📋 copy color: '#24848E'

red 36 ◦ green 132 ◦ blue 142

#24848E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #24848E

Tints of Java #24848E

RGB

 RED value IS 36 (14.45% from 255) = 11.61%

 GREEN value IS 132 (51.95% from 255) = 42.58%

 BLUE value IS 142 (55.86% from 255) = 45.81%

R = 11.61%
G = 42.58%
B = 45.81%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#24848E (or 0x24848E) is known color: Java. HEX triplet: 24, 84 and 8E. RGB value is (36,132,142). Sum of RGB (Red+Green+Blue) = 36+132+142=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 142 - color contains mainly: blue. Hex color #24848E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24848E is #DB7B71. Grayscale: #686868. Windows color (decimal): -14383986 or 9339940. OLE color: 9339940.

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

Color convert

RGB 36 132 142 -
CMYK 0.75 0.07 0 0.44
HSL 185.66º 0.6% 0.35% -
HSV(B) 185.66º 0.75% 0.56% -
XYZ 13.86 18.83 28.5 -
YUV 104.44 149.2 79.19 -
System Red Green Blue C M Y K H S L
Decimal 36 132 142 0.75 0.07 0 0.44 185.66 0.6 0.35
Hex 24 84 8E 4B 7 0 2C BA 3C 23
Octal 44 204 216 113 7 0 54 272 74 43
Binary 100100 10000100 10001110 1001011 111 0 101100 10111010 111100 100011

Color Harmonies of #24848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24848E

Black with #24848E

Text Example


Text Example

White with #24848E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24848E;
 }
 .AnyTagClassName
 {
   color: #24848E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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