#246C8F

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

Shades of Astral #246C8F

Tints of Astral #246C8F

Color information

#246C8F (or 0x246C8F) is unknown color: approx Astral. HEX triplet: 24, 6C and 8F. RGB value is (36,108,143). Sum of RGB (Red+Green+Blue) = 36+108+143=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 143 (56.25% from 255 or 49.83% from 287); Max value from RGB is 143 - color contains mainly: blue. Hex color #246C8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246C8F is #DB9370. Grayscale: #5A5A5A. Windows color (decimal): -14390129 or 9399332. OLE color: 9399332.

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

Color convert

RGB36108143-
CMYK0.750.2400.44
HSL199.63º59.78%35.1%-
HSV(B)199.63º74.83%56.08%-
XYZ11.0513.0827.93-
YUV90.46157.6589.15-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.54%
GREEN value IS 108 (42.58% from 255) = 37.63%
BLUE value IS 143 (56.25% from 255) = 49.83%
R=12.54%
G=37.63%
B=49.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal361081430.750.2400.44199.6359.7835.1
Hex246C8F4B1802Cc83c23
Octal44154217113300543107443
Binary100100110110010001111100101111000010110011001000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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