#276F90

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

Shades of Astral #276F90

Tints of Astral #276F90

Color information

#276F90 (or 0x276F90) is unknown color: approx Astral. HEX triplet: 27, 6F and 90. RGB value is (39,111,144). Sum of RGB (Red+Green+Blue) = 39+111+144=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #276F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276F90 is #D8906F. Grayscale: #5D5D5D. Windows color (decimal): -14192752 or 9465639. OLE color: 9465639.

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

Color convert

RGB39111144-
CMYK0.730.2300.44
HSL198.86º57.38%35.88%-
HSV(B)198.86º72.92%56.47%-
XYZ11.5613.8128.44-
YUV93.23156.6589.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.27%
GREEN value IS 111 (43.75% from 255) = 37.76%
BLUE value IS 144 (56.64% from 255) = 48.98%
R=13.27%
G=37.76%
B=48.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391111440.730.2300.44198.8657.3835.88
Hex276F90491702Cc73924
Octal47157220111270543077144
Binary100111110111110010000100100110111010110011000111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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