#246B8F

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

Shades of Astral #246B8F

Tints of Astral #246B8F

Color information

#246B8F (or 0x246B8F) is unknown color: approx Astral. HEX triplet: 24, 6B and 8F. RGB value is (36,107,143). Sum of RGB (Red+Green+Blue) = 36+107+143=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 143 (56.25% from 255 or 50% from 286); Max value from RGB is 143 - color contains mainly: blue. Hex color #246B8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246B8F is #DB9470. Grayscale: #595959. Windows color (decimal): -14390385 or 9399076. OLE color: 9399076.

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

Color convert

RGB36107143-
CMYK0.750.2500.44
HSL200.19º59.78%35.1%-
HSV(B)200.19º74.83%56.08%-
XYZ10.9412.8727.89-
YUV89.88157.9889.57-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.59%
GREEN value IS 107 (42.19% from 255) = 37.41%
BLUE value IS 143 (56.25% from 255) = 50%
R=12.59%
G=37.41%
B=50%

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
Decimal361071430.750.2500.44200.1959.7835.1
Hex246B8F4B1902Cc83c23
Octal44153217113310543107443
Binary100100110101110001111100101111001010110011001000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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