Html Css Color HEX #24868F Java

📋 copy color: '#24868F'

red 36 ◦ green 134 ◦ blue 143

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

Shades of Java #24868F

Tints of Java #24868F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 45.69%

R = 11.5%
G = 42.81%
B = 45.69%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#24868F (or 0x24868F) is known color: Java. HEX triplet: 24, 86 and 8F. RGB value is (36,134,143). Sum of RGB (Red+Green+Blue) = 36+134+143=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 143 (56.25% from 255 or 45.69% from 313); Max value from RGB is 143 - color contains mainly: blue. Hex color #24868F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24868F is #DB7970. Grayscale: #696969. Windows color (decimal): -14383473 or 9405988. OLE color: 9405988.

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

Color convert

RGB 36 134 143 -
CMYK 0.75 0.06 0 0.44
HSL 185.05º 0.6% 0.35% -
HSV(B) 185.05º 0.75% 0.56% -
XYZ 14.21 19.41 28.98 -
YUV 105.72 149.03 78.27 -
System Red Green Blue C M Y K H S L
Decimal 36 134 143 0.75 0.06 0 0.44 185.05 0.6 0.35
Hex 24 86 8F 4B 6 0 2C B9 3C 23
Octal 44 206 217 113 6 0 54 271 74 43
Binary 100100 10000110 10001111 1001011 110 0 101100 10111001 111100 100011

Color Harmonies of #24868F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24868F

Black with #24868F

Text Example


Text Example

White with #24868F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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