#277192

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

Shades of Astral #277192

Tints of Astral #277192

Color information

#277192 (or 0x277192) is unknown color: approx Astral. HEX triplet: 27, 71 and 92. RGB value is (39,113,146). Sum of RGB (Red+Green+Blue) = 39+113+146=298 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.09% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #277192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277192 is #D88E6D. Grayscale: #5E5E5E. Windows color (decimal): -14192238 or 9597223. OLE color: 9597223.

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

Color convert

RGB39113146-
CMYK0.730.2300.43
HSL198.5º57.84%36.27%-
HSV(B)198.5º73.29%57.25%-
XYZ11.9314.3229.33-
YUV94.64156.9888.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.09%
GREEN value IS 113 (44.53% from 255) = 37.92%
BLUE value IS 146 (57.42% from 255) = 48.99%
R=13.09%
G=37.92%
B=48.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal391131460.730.2300.43198.557.8436.27
Hex277192491702Bc73a24
Octal47161222111270533077244
Binary100111111000110010010100100110111010101111000111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277192; }

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

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

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

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

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

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

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

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