#277690

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

Shades of Astral #277690

Tints of Astral #277690

Color information

#277690 (or 0x277690) is unknown color: approx Astral. HEX triplet: 27, 76 and 90. RGB value is (39,118,144). Sum of RGB (Red+Green+Blue) = 39+118+144=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #277690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277690 is #D8896F. Grayscale: #616161. Windows color (decimal): -14190960 or 9467431. OLE color: 9467431.

HSL color Cylindrical-coordinate representation of color #277690: hue angle of 194.86º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #277690 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB39118144-
CMYK0.730.1800.44
HSL194.86º57.38%35.88%-
HSV(B)194.86º72.92%56.47%-
XYZ12.3515.428.71-
YUV97.34154.3386.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.96%
GREEN value IS 118 (46.48% from 255) = 39.20%
BLUE value IS 144 (56.64% from 255) = 47.84%
R=12.96%
G=39.20%
B=47.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391181440.730.1800.44194.8657.3835.88
Hex277690491202Cc33924
Octal47166220111220543037144
Binary100111111011010010000100100110010010110011000011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277690; }

 p { color: rgb(39,118,144); }

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

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

 a { background-color: rgb(39,118,144); }

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

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

 span { border-color: rgb(39,118,144); }

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