#276B90

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

Shades of Astral #276B90

Tints of Astral #276B90

Color information

#276B90 (or 0x276B90) is unknown color: approx Astral. HEX triplet: 27, 6B and 90. RGB value is (39,107,144). Sum of RGB (Red+Green+Blue) = 39+107+144=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #276B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276B90 is #D8946F. Grayscale: #5A5A5A. Windows color (decimal): -14193776 or 9464615. OLE color: 9464615.

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

Color convert

RGB39107144-
CMYK0.730.2600.44
HSL201.14º57.38%35.88%-
HSV(B)201.14º72.92%56.47%-
XYZ11.1312.9628.3-
YUV90.89157.9790.99-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.45%
GREEN value IS 107 (42.19% from 255) = 36.90%
BLUE value IS 144 (56.64% from 255) = 49.66%
R=13.45%
G=36.90%
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.44
SystemRedGreenBlueCMYKHSL
Decimal391071440.730.2600.44201.1457.3835.88
Hex276B90491A02Cc93924
Octal47153220111320543117144
Binary100111110101110010000100100111010010110011001001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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