#276C8F

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

Shades of Astral #276C8F

Tints of Astral #276C8F

Color information

#276C8F (or 0x276C8F) is unknown color: approx Astral. HEX triplet: 27, 6C and 8F. RGB value is (39,108,143). Sum of RGB (Red+Green+Blue) = 39+108+143=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 143 (56.25% from 255 or 49.31% from 290); Max value from RGB is 143 - color contains mainly: blue. Hex color #276C8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276C8F is #D89370. Grayscale: #5B5B5B. Windows color (decimal): -14193521 or 9399335. OLE color: 9399335.

HSL color Cylindrical-coordinate representation of color #276C8F: hue angle of 200.19º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #276C8F is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB39108143-
CMYK0.730.2400.44
HSL200.19º57.14%35.69%-
HSV(B)200.19º72.73%56.08%-
XYZ11.1613.1427.93-
YUV91.36157.1490.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.45%
GREEN value IS 108 (42.58% from 255) = 37.24%
BLUE value IS 143 (56.25% from 255) = 49.31%
R=13.45%
G=37.24%
B=49.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391081430.730.2400.44200.1957.1435.69
Hex276C8F491802Cc83924
Octal47154217111300543107144
Binary100111110110010001111100100111000010110011001000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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