Html Css Color HEX #24768F Astral

📋 copy color: '#24768F'

red 36 ◦ green 118 ◦ blue 143

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

Shades of Astral #24768F

Tints of Astral #24768F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.73%

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

R = 12.12%
G = 39.73%
B = 48.15%

CMYK

 C value IS 0.75

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#24768F (or 0x24768F) is known color: Astral. HEX triplet: 24, 76 and 8F. RGB value is (36,118,143). Sum of RGB (Red+Green+Blue) = 36+118+143=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #24768F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24768F is #DB8970. Grayscale: #606060. Windows color (decimal): -14387569 or 9401892. OLE color: 9401892.

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

Color convert

RGB 36 118 143 -
CMYK 0.75 0.17 0 0.44
HSL 194.02º 0.6% 0.35% -
HSV(B) 194.02º 0.75% 0.56% -
XYZ 12.16 15.32 28.3 -
YUV 96.33 154.33 84.97 -
System Red Green Blue C M Y K H S L
Decimal 36 118 143 0.75 0.17 0 0.44 194.02 0.6 0.35
Hex 24 76 8F 4B 11 0 2C C2 3C 23
Octal 44 166 217 113 21 0 54 302 74 43
Binary 100100 1110110 10001111 1001011 10001 0 101100 11000010 111100 100011

Color Harmonies of #24768F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24768F

Black with #24768F

Text Example


Text Example

White with #24768F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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