#277B93

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

Shades of Astral #277B93

Tints of Astral #277B93

Color information

#277B93 (or 0x277B93) is unknown color: approx Astral. HEX triplet: 27, 7B and 93. RGB value is (39,123,147). Sum of RGB (Red+Green+Blue) = 39+123+147=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #277B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277B93 is #D8846C. Grayscale: #646464. Windows color (decimal): -14189677 or 9665319. OLE color: 9665319.

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

Color convert

RGB39123147-
CMYK0.730.1600.42
HSL193.33º58.06%36.47%-
HSV(B)193.33º73.47%57.65%-
XYZ13.1916.730.13-
YUV100.62154.1784.05-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.62%
GREEN value IS 123 (48.44% from 255) = 39.81%
BLUE value IS 147 (57.81% from 255) = 47.57%
R=12.62%
G=39.81%
B=47.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal391231470.730.1600.42193.3358.0636.47
Hex277B93491002Ac13a24
Octal47173223111200523017244
Binary100111111101110010011100100110000010101011000001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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