#276E90

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

Shades of Astral #276E90

Tints of Astral #276E90

Color information

#276E90 (or 0x276E90) is unknown color: approx Astral. HEX triplet: 27, 6E and 90. RGB value is (39,110,144). Sum of RGB (Red+Green+Blue) = 39+110+144=293 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.31% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #276E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276E90 is #D8916F. Grayscale: #5C5C5C. Windows color (decimal): -14193008 or 9465383. OLE color: 9465383.

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

Color convert

RGB39110144-
CMYK0.730.2400.44
HSL199.43º57.38%35.88%-
HSV(B)199.43º72.92%56.47%-
XYZ11.4513.628.41-
YUV92.65156.9889.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.31%
GREEN value IS 110 (43.36% from 255) = 37.54%
BLUE value IS 144 (56.64% from 255) = 49.15%
R=13.31%
G=37.54%
B=49.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391101440.730.2400.44199.4357.3835.88
Hex276E90491802Cc73924
Octal47156220111300543077144
Binary100111110111010010000100100111000010110011000111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,110,144); }

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

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

 a { background-color: rgb(39,110,144); }

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

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

 span { border-color: rgb(39,110,144); }

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