#276E8A

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

Shades of Astral #276E8A

Tints of Astral #276E8A

Color information

#276E8A (or 0x276E8A) is unknown color: approx Astral. HEX triplet: 27, 6E and 8A. RGB value is (39,110,138). Sum of RGB (Red+Green+Blue) = 39+110+138=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #276E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276E8A is #D89175. Grayscale: #5B5B5B. Windows color (decimal): -14193014 or 9072167. OLE color: 9072167.

HSL color Cylindrical-coordinate representation of color #276E8A: hue angle of 196.97º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #276E8A is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB39110138-
CMYK0.720.2000.46
HSL196.97º55.93%34.71%-
HSV(B)196.97º71.74%54.12%-
XYZ1113.4226.05-
YUV91.96153.9890.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.59%
GREEN value IS 110 (43.36% from 255) = 38.33%
BLUE value IS 138 (54.30% from 255) = 48.08%
R=13.59%
G=38.33%
B=48.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal391101380.720.2000.46196.9755.9334.71
Hex276E8A481402Ec53823
Octal47156212110240563057043
Binary100111110111010001010100100010100010111011000101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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