Html Css Color HEX #24698F Astral

📋 copy color: '#24698F'

red 36 ◦ green 105 ◦ blue 143

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

Shades of Astral #24698F

Tints of Astral #24698F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.97%

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

R = 12.68%
G = 36.97%
B = 50.35%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#24698F (or 0x24698F) is known color: Astral. HEX triplet: 24, 69 and 8F. RGB value is (36,105,143). Sum of RGB (Red+Green+Blue) = 36+105+143=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 143 (56.25% from 255 or 50.35% from 284); Max value from RGB is 143 - color contains mainly: blue. Hex color #24698F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24698F is #DB9670. Grayscale: #585858. Windows color (decimal): -14390897 or 9398564. OLE color: 9398564.

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

Color convert

RGB 36 105 143 -
CMYK 0.75 0.27 0 0.44
HSL 201.31º 0.6% 0.35% -
HSV(B) 201.31º 0.75% 0.56% -
XYZ 10.74 12.46 27.83 -
YUV 88.7 158.64 90.41 -
System Red Green Blue C M Y K H S L
Decimal 36 105 143 0.75 0.27 0 0.44 201.31 0.6 0.35
Hex 24 69 8F 4B 1B 0 2C C9 3C 23
Octal 44 151 217 113 33 0 54 311 74 43
Binary 100100 1101001 10001111 1001011 11011 0 101100 11001001 111100 100011

Color Harmonies of #24698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24698F

Black with #24698F

Text Example


Text Example

White with #24698F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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