#276F92

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

Shades of Astral #276F92

Tints of Astral #276F92

Color information

#276F92 (or 0x276F92) is unknown color: approx Astral. HEX triplet: 27, 6F and 92. RGB value is (39,111,146). Sum of RGB (Red+Green+Blue) = 39+111+146=296 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.18% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #276F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276F92 is #D8906D. Grayscale: #5D5D5D. Windows color (decimal): -14192750 or 9596711. OLE color: 9596711.

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

Color convert

RGB39111146-
CMYK0.730.2400.43
HSL199.63º57.84%36.27%-
HSV(B)199.63º73.29%57.25%-
XYZ11.7113.8829.26-
YUV93.46157.6589.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.18%
GREEN value IS 111 (43.75% from 255) = 37.5%
BLUE value IS 146 (57.42% from 255) = 49.32%
R=13.18%
G=37.5%
B=49.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal391111460.730.2400.43199.6357.8436.27
Hex276F92491802Bc83a24
Octal47157222111300533107244
Binary100111110111110010010100100111000010101111001000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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