#277B94

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

Shades of Astral #277B94

Tints of Astral #277B94

Color information

#277B94 (or 0x277B94) is unknown color: approx Astral. HEX triplet: 27, 7B and 94. RGB value is (39,123,148). Sum of RGB (Red+Green+Blue) = 39+123+148=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 148 (58.20% from 255 or 47.74% from 310); Max value from RGB is 148 - color contains mainly: blue. Hex color #277B94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277B94 is #D8846B. Grayscale: #646464. Windows color (decimal): -14189676 or 9730855. OLE color: 9730855.

HSL color Cylindrical-coordinate representation of color #277B94: hue angle of 193.76º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #277B94 is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB39123148-
CMYK0.740.1700.42
HSL193.76º58.29%36.67%-
HSV(B)193.76º73.65%58.04%-
XYZ13.2616.7430.55-
YUV100.73154.6783.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.58%
GREEN value IS 123 (48.44% from 255) = 39.68%
BLUE value IS 148 (58.20% from 255) = 47.74%
R=12.58%
G=39.68%
B=47.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal391231480.740.1700.42193.7658.2936.67
Hex277B944A1102Ac23a25
Octal47173224112210523027245
Binary100111111101110010100100101010001010101011000010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277B94; }

 p { color: rgb(39,123,148); }

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

<style>
 a { background-color: #277B94; }

 a { background-color: rgb(39,123,148); }

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

<style>
 span { border-color: #277B94; }

 span { border-color: rgb(39,123,148); }

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