#277B95

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

Shades of Astral #277B95

Tints of Astral #277B95

Color information

#277B95 (or 0x277B95) is unknown color: approx Astral. HEX triplet: 27, 7B and 95. RGB value is (39,123,149). Sum of RGB (Red+Green+Blue) = 39+123+149=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #277B95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277B95 is #D8846A. Grayscale: #646464. Windows color (decimal): -14189675 or 9796391. OLE color: 9796391.

HSL color Cylindrical-coordinate representation of color #277B95: hue angle of 194.18º degrees, saturation: 0.59, 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 #277B95 is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB39123149-
CMYK0.740.1700.42
HSL194.18º58.51%36.86%-
HSV(B)194.18º73.83%58.43%-
XYZ13.3416.7730.97-
YUV100.85155.1783.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.54%
GREEN value IS 123 (48.44% from 255) = 39.55%
BLUE value IS 149 (58.59% from 255) = 47.91%
R=12.54%
G=39.55%
B=47.91%

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
Decimal391231490.740.1700.42194.1858.5136.86
Hex277B954A1102Ac23b25
Octal47173225112210523027345
Binary100111111101110010101100101010001010101011000010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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