#276F91

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

Shades of Astral #276F91

Tints of Astral #276F91

Color information

#276F91 (or 0x276F91) is unknown color: approx Astral. HEX triplet: 27, 6F and 91. RGB value is (39,111,145). Sum of RGB (Red+Green+Blue) = 39+111+145=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #276F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276F91 is #D8906E. Grayscale: #5D5D5D. Windows color (decimal): -14192751 or 9531175. OLE color: 9531175.

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

Color convert

RGB39111145-
CMYK0.730.2300.43
HSL199.25º57.61%36.08%-
HSV(B)199.25º73.1%56.86%-
XYZ11.6313.8428.85-
YUV93.35157.1589.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.22%
GREEN value IS 111 (43.75% from 255) = 37.63%
BLUE value IS 145 (57.03% from 255) = 49.15%
R=13.22%
G=37.63%
B=49.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal391111450.730.2300.43199.2557.6136.08
Hex276F91491702Bc73a24
Octal47157221111270533077244
Binary100111110111110010001100100110111010101111000111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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