Html Css Color HEX #24949C Java

📋 copy color: '#24949C'

red 36 ◦ green 148 ◦ blue 156

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

Shades of Java #24949C

Tints of Java #24949C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.53%

 BLUE value IS 156 (61.33% from 255) = 45.88%

R = 10.59%
G = 43.53%
B = 45.88%

CMYK

 C value IS 0.77

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24949C (or 0x24949C) is known color: Java. HEX triplet: 24, 94 and 9C. RGB value is (36,148,156). Sum of RGB (Red+Green+Blue) = 36+148+156=340 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.59% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #24949C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24949C is #DB6B63. Grayscale: #737373. Windows color (decimal): -14379876 or 10261540. OLE color: 10261540.

HSL color Cylindrical-coordinate representation of color #24949C: hue angle of 184º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24949C is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 148 156 -
CMYK 0.77 0.05 0 0.39
HSL 184º 0.63% 0.38% -
HSV(B) 184º 0.77% 0.61% -
XYZ 17.32 23.96 35.16 -
YUV 115.42 150.89 71.35 -
System Red Green Blue C M Y K H S L
Decimal 36 148 156 0.77 0.05 0 0.39 184 0.63 0.38
Hex 24 94 9C 4D 5 0 27 B8 3E 26
Octal 44 224 234 115 5 0 47 270 76 46
Binary 100100 10010100 10011100 1001101 101 0 100111 10111000 111110 100110

Color Harmonies of #24949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24949C

Black with #24949C

Text Example


Text Example

White with #24949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24949C; }

 p { color: rgb(36,148,156); }

 H1.HeaderClassName
 {
   color: #24949C;
 }
 .AnyTagClassName
 {
   color: #24949C;
 }
</style>

background-color css

<style>
 a { background-color: #24949C; }

 a { background-color: rgb(36,148,156); }

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

border-color css

<style>
 span { border-color: #24949C; }

 span { border-color: rgb(36,148,156); }

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