#276F8D

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

Shades of Astral #276F8D

Tints of Astral #276F8D

Color information

#276F8D (or 0x276F8D) is unknown color: approx Astral. HEX triplet: 27, 6F and 8D. RGB value is (39,111,141). Sum of RGB (Red+Green+Blue) = 39+111+141=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #276F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276F8D is #D89072. Grayscale: #5C5C5C. Windows color (decimal): -14192755 or 9269031. OLE color: 9269031.

HSL color Cylindrical-coordinate representation of color #276F8D: hue angle of 197.65º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #276F8D is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB39111141-
CMYK0.720.2100.45
HSL197.65º56.67%35.29%-
HSV(B)197.65º72.34%55.29%-
XYZ11.3313.7227.25-
YUV92.89155.1589.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.40%
GREEN value IS 111 (43.75% from 255) = 38.14%
BLUE value IS 141 (55.47% from 255) = 48.45%
R=13.40%
G=38.14%
B=48.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391111410.720.2100.45197.6556.6735.29
Hex276F8D481502Dc63923
Octal47157215110250553067143
Binary100111110111110001101100100010101010110111000110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,111,141); }

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

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

 a { background-color: rgb(39,111,141); }

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

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

 span { border-color: rgb(39,111,141); }

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