Html Css Color HEX #24868A Java

📋 copy color: '#24868A'

red 36 ◦ green 134 ◦ blue 138

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

Shades of Java #24868A

Tints of Java #24868A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.51%

 BLUE value IS 138 (54.3% from 255) = 44.81%

R = 11.69%
G = 43.51%
B = 44.81%

CMYK

 C value IS 0.74

 M value IS 0.03

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#24868A (or 0x24868A) is known color: Java. HEX triplet: 24, 86 and 8A. RGB value is (36,134,138). Sum of RGB (Red+Green+Blue) = 36+134+138=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 138 - color contains mainly: blue. Hex color #24868A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24868A is #DB7975. Grayscale: #696969. Windows color (decimal): -14383478 or 9078308. OLE color: 9078308.

HSL color Cylindrical-coordinate representation of color #24868A: hue angle of 182.35º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24868A is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 134 138 -
CMYK 0.74 0.03 0 0.46
HSL 182.35º 0.59% 0.34% -
HSV(B) 182.35º 0.74% 0.54% -
XYZ 13.84 19.26 27.03 -
YUV 105.15 146.53 78.67 -
System Red Green Blue C M Y K H S L
Decimal 36 134 138 0.74 0.03 0 0.46 182.35 0.59 0.34
Hex 24 86 8A 4A 3 0 2E B6 3B 22
Octal 44 206 212 112 3 0 56 266 73 42
Binary 100100 10000110 10001010 1001010 11 0 101110 10110110 111011 100010

Color Harmonies of #24868A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24868A

Black with #24868A

Text Example


Text Example

White with #24868A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24868A; }

 p { color: rgb(36,134,138); }

 H1.HeaderClassName
 {
   color: #24868A;
 }
 .AnyTagClassName
 {
   color: #24868A;
 }
</style>

background-color css

<style>
 a { background-color: #24868A; }

 a { background-color: rgb(36,134,138); }

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

border-color css

<style>
 span { border-color: #24868A; }

 span { border-color: rgb(36,134,138); }

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