Html Css Color HEX #24698D Astral

📋 copy color: '#24698D'

red 36 ◦ green 105 ◦ blue 141

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

Shades of Astral #24698D

Tints of Astral #24698D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 50%

R = 12.77%
G = 37.23%
B = 50%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24698D (or 0x24698D) is known color: Astral. HEX triplet: 24, 69 and 8D. RGB value is (36,105,141). Sum of RGB (Red+Green+Blue) = 36+105+141=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #24698D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24698D is #DB9672. Grayscale: #585858. Windows color (decimal): -14390899 or 9267492. OLE color: 9267492.

HSL color Cylindrical-coordinate representation of color #24698D: hue angle of 200.57º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24698D is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 105 141 -
CMYK 0.74 0.26 0 0.45
HSL 200.57º 0.59% 0.35% -
HSV(B) 200.57º 0.74% 0.55% -
XYZ 10.59 12.4 27.04 -
YUV 88.47 157.64 90.57 -
System Red Green Blue C M Y K H S L
Decimal 36 105 141 0.74 0.26 0 0.45 200.57 0.59 0.35
Hex 24 69 8D 4A 1A 0 2D C9 3B 23
Octal 44 151 215 112 32 0 55 311 73 43
Binary 100100 1101001 10001101 1001010 11010 0 101101 11001001 111011 100011

Color Harmonies of #24698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24698D

Black with #24698D

Text Example


Text Example

White with #24698D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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