#277B8D

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

Shades of Astral #277B8D

Tints of Astral #277B8D

Color information

#277B8D (or 0x277B8D) is unknown color: approx Astral. HEX triplet: 27, 7B and 8D. RGB value is (39,123,141). Sum of RGB (Red+Green+Blue) = 39+123+141=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #277B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277B8D is #D88472. Grayscale: #636363. Windows color (decimal): -14189683 or 9272103. OLE color: 9272103.

HSL color Cylindrical-coordinate representation of color #277B8D: hue angle of 190.59º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #277B8D is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB39123141-
CMYK0.720.1300.45
HSL190.59º56.67%35.29%-
HSV(B)190.59º72.34%55.29%-
XYZ12.7316.5227.72-
YUV99.94151.1784.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.87%
GREEN value IS 123 (48.44% from 255) = 40.59%
BLUE value IS 141 (55.47% from 255) = 46.53%
R=12.87%
G=40.59%
B=46.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391231410.720.1300.45190.5956.6735.29
Hex277B8D48D02Dbf3923
Octal47173215110150552777143
Binary10011111110111000110110010001101010110110111111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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