Html Css Color HEX #246D8E Astral

📋 copy color: '#246D8E'

red 36 ◦ green 109 ◦ blue 142

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

Shades of Astral #246D8E

Tints of Astral #246D8E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.98%

 BLUE value IS 142 (55.86% from 255) = 49.48%

R = 12.54%
G = 37.98%
B = 49.48%

CMYK

 C value IS 0.75

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#246D8E (or 0x246D8E) is known color: Astral. HEX triplet: 24, 6D and 8E. RGB value is (36,109,142). Sum of RGB (Red+Green+Blue) = 36+109+142=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #246D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246D8E is #DB9271. Grayscale: #5A5A5A. Windows color (decimal): -14389874 or 9334052. OLE color: 9334052.

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

Color convert

RGB 36 109 142 -
CMYK 0.75 0.23 0 0.44
HSL 198.68º 0.6% 0.35% -
HSV(B) 198.68º 0.75% 0.56% -
XYZ 11.08 13.27 27.57 -
YUV 90.94 156.82 88.82 -
System Red Green Blue C M Y K H S L
Decimal 36 109 142 0.75 0.23 0 0.44 198.68 0.6 0.35
Hex 24 6D 8E 4B 17 0 2C C7 3C 23
Octal 44 155 216 113 27 0 54 307 74 43
Binary 100100 1101101 10001110 1001011 10111 0 101100 11000111 111100 100011

Color Harmonies of #246D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246D8E

Black with #246D8E

Text Example


Text Example

White with #246D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246D8E; }

 p { color: rgb(36,109,142); }

 H1.HeaderClassName
 {
   color: #246D8E;
 }
 .AnyTagClassName
 {
   color: #246D8E;
 }
</style>

background-color css

<style>
 a { background-color: #246D8E; }

 a { background-color: rgb(36,109,142); }

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

border-color css

<style>
 span { border-color: #246D8E; }

 span { border-color: rgb(36,109,142); }

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