#276E8E

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

Shades of Astral #276E8E

Tints of Astral #276E8E

Color information

#276E8E (or 0x276E8E) is unknown color: approx Astral. HEX triplet: 27, 6E and 8E. RGB value is (39,110,142). Sum of RGB (Red+Green+Blue) = 39+110+142=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 142 (55.86% from 255 or 48.80% from 291); Max value from RGB is 142 - color contains mainly: blue. Hex color #276E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276E8E is #D89171. Grayscale: #5C5C5C. Windows color (decimal): -14193010 or 9334311. OLE color: 9334311.

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

Color convert

RGB39110142-
CMYK0.730.2300.44
HSL198.64º56.91%35.49%-
HSV(B)198.64º72.54%55.69%-
XYZ11.313.5427.61-
YUV92.42155.9889.9-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.40%
GREEN value IS 110 (43.36% from 255) = 37.80%
BLUE value IS 142 (55.86% from 255) = 48.80%
R=13.40%
G=37.80%
B=48.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391101420.730.2300.44198.6456.9135.49
Hex276E8E491702Cc73923
Octal47156216111270543077143
Binary100111110111010001110100100110111010110011000111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,110,142); }

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

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

 a { background-color: rgb(39,110,142); }

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

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

 span { border-color: rgb(39,110,142); }

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