#276C91

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

Shades of Astral #276C91

Tints of Astral #276C91

Color information

#276C91 (or 0x276C91) is unknown color: approx Astral. HEX triplet: 27, 6C and 91. RGB value is (39,108,145). Sum of RGB (Red+Green+Blue) = 39+108+145=292 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.36% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #276C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276C91 is #D8936E. Grayscale: #5B5B5B. Windows color (decimal): -14193519 or 9530407. OLE color: 9530407.

HSL color Cylindrical-coordinate representation of color #276C91: hue angle of 200.94º 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 #276C91 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB39108145-
CMYK0.730.2600.43
HSL200.94º57.61%36.08%-
HSV(B)200.94º73.1%56.86%-
XYZ11.3113.228.74-
YUV91.59158.1490.49-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.36%
GREEN value IS 108 (42.58% from 255) = 36.99%
BLUE value IS 145 (57.03% from 255) = 49.66%
R=13.36%
G=36.99%
B=49.66%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal391081450.730.2600.43200.9457.6136.08
Hex276C91491A02Bc93a24
Octal47154221111320533117244
Binary100111110110010010001100100111010010101111001001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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