#276D8A

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

Shades of Astral #276D8A

Tints of Astral #276D8A

Color information

#276D8A (or 0x276D8A) is unknown color: approx Astral. HEX triplet: 27, 6D and 8A. RGB value is (39,109,138). Sum of RGB (Red+Green+Blue) = 39+109+138=286 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.64% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #276D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276D8A is #D89275. Grayscale: #5B5B5B. Windows color (decimal): -14193270 or 9071911. OLE color: 9071911.

HSL color Cylindrical-coordinate representation of color #276D8A: hue angle of 197.58º 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 #276D8A is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB39109138-
CMYK0.720.2100.46
HSL197.58º55.93%34.71%-
HSV(B)197.58º71.74%54.12%-
XYZ10.8913.226.02-
YUV91.38154.3190.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.64%
GREEN value IS 109 (42.97% from 255) = 38.11%
BLUE value IS 138 (54.30% from 255) = 48.25%
R=13.64%
G=38.11%
B=48.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal391091380.720.2100.46197.5855.9334.71
Hex276D8A481502Ec63823
Octal47155212110250563067043
Binary100111110110110001010100100010101010111011000110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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