#246A8D

Color #246A8D Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #246A8D

Tints of Astral #246A8D

Color information

#246A8D (or 0x246A8D) is unknown color: approx Astral. HEX triplet: 24, 6A and 8D. RGB value is (36,106,141). Sum of RGB (Red+Green+Blue) = 36+106+141=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #246A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246A8D is #DB9572. Grayscale: #585858. Windows color (decimal): -14390643 or 9267748. OLE color: 9267748.

HSL color Cylindrical-coordinate representation of color #246A8D: hue angle of 200º 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 #246A8D is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB36106141-
CMYK0.740.2500.45
HSL200º59.32%34.71%-
HSV(B)200º74.47%55.29%-
XYZ10.6912.6127.07-
YUV89.06157.3190.15-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.72%
GREEN value IS 106 (41.80% from 255) = 37.46%
BLUE value IS 141 (55.47% from 255) = 49.82%
R=12.72%
G=37.46%
B=49.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal361061410.740.2500.4520059.3234.71
Hex246A8D4A1902Dc83b23
Octal44152215112310553107343
Binary100100110101010001101100101011001010110111001000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #246A8D;
 }
 .AnyTagClassName
 {
   color: #246A8D;
 }
</style>
background-color css

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

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

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

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

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

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