#277B92

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

Shades of Astral #277B92

Tints of Astral #277B92

Color information

#277B92 (or 0x277B92) is unknown color: approx Astral. HEX triplet: 27, 7B and 92. RGB value is (39,123,146). Sum of RGB (Red+Green+Blue) = 39+123+146=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #277B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277B92 is #D8846D. Grayscale: #646464. Windows color (decimal): -14189678 or 9599783. OLE color: 9599783.

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

Color convert

RGB39123146-
CMYK0.730.1600.43
HSL192.9º57.84%36.27%-
HSV(B)192.9º73.29%57.25%-
XYZ13.1116.6729.72-
YUV100.51153.6784.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.66%
GREEN value IS 123 (48.44% from 255) = 39.94%
BLUE value IS 146 (57.42% from 255) = 47.40%
R=12.66%
G=39.94%
B=47.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal391231460.730.1600.43192.957.8436.27
Hex277B92491002Bc13a24
Octal47173222111200533017244
Binary100111111101110010010100100110000010101111000001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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