#246B8E

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

Shades of Astral #246B8E

Tints of Astral #246B8E

Color information

#246B8E (or 0x246B8E) is unknown color: approx Astral. HEX triplet: 24, 6B and 8E. RGB value is (36,107,142). Sum of RGB (Red+Green+Blue) = 36+107+142=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 142 (55.86% from 255 or 49.82% from 285); Max value from RGB is 142 - color contains mainly: blue. Hex color #246B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246B8E is #DB9471. Grayscale: #595959. Windows color (decimal): -14390386 or 9333540. OLE color: 9333540.

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

Color convert

RGB36107142-
CMYK0.750.2500.44
HSL199.81º59.55%34.9%-
HSV(B)199.81º74.65%55.69%-
XYZ10.8712.8427.5-
YUV89.76157.4889.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.63%
GREEN value IS 107 (42.19% from 255) = 37.54%
BLUE value IS 142 (55.86% from 255) = 49.82%
R=12.63%
G=37.54%
B=49.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal361071420.750.2500.44199.8159.5534.9
Hex246B8E4B1902Cc83c23
Octal44153216113310543107443
Binary100100110101110001110100101111001010110011001000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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