#276A8F

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

Shades of Astral #276A8F

Tints of Astral #276A8F

Color information

#276A8F (or 0x276A8F) is unknown color: approx Astral. HEX triplet: 27, 6A and 8F. RGB value is (39,106,143). Sum of RGB (Red+Green+Blue) = 39+106+143=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 143 - color contains mainly: blue. Hex color #276A8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276A8F is #D89570. Grayscale: #595959. Windows color (decimal): -14194033 or 9398823. OLE color: 9398823.

HSL color Cylindrical-coordinate representation of color #276A8F: hue angle of 201.35º 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 #276A8F is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB39106143-
CMYK0.730.2600.44
HSL201.35º57.14%35.69%-
HSV(B)201.35º72.73%56.08%-
XYZ10.9512.7227.87-
YUV90.18157.891.49-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.54%
GREEN value IS 106 (41.80% from 255) = 36.81%
BLUE value IS 143 (56.25% from 255) = 49.65%
R=13.54%
G=36.81%
B=49.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391061430.730.2600.44201.3557.1435.69
Hex276A8F491A02Cc93924
Octal47152217111320543117144
Binary100111110101010001111100100111010010110011001001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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