#276B91

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

Shades of Astral #276B91

Tints of Astral #276B91

Color information

#276B91 (or 0x276B91) is unknown color: approx Astral. HEX triplet: 27, 6B and 91. RGB value is (39,107,145). Sum of RGB (Red+Green+Blue) = 39+107+145=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #276B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276B91 is #D8946E. Grayscale: #5A5A5A. Windows color (decimal): -14193775 or 9530151. OLE color: 9530151.

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

Color convert

RGB39107145-
CMYK0.730.2600.43
HSL201.51º57.61%36.08%-
HSV(B)201.51º73.1%56.86%-
XYZ11.2112.9928.71-
YUV91158.4790.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.40%
GREEN value IS 107 (42.19% from 255) = 36.77%
BLUE value IS 145 (57.03% from 255) = 49.83%
R=13.40%
G=36.77%
B=49.83%

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
Decimal391071450.730.2600.43201.5157.6136.08
Hex276B91491A02Bca3a24
Octal47153221111320533127244
Binary100111110101110010001100100111010010101111001010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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