Html Css Color HEX #277790 Astral

📋 copy color: '#277790'

red 39 ◦ green 119 ◦ blue 144

#277790
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #277790

Tints of Astral #277790

RGB

 RED value IS 39 (15.63% from 255) = 12.91%

 GREEN value IS 119 (46.88% from 255) = 39.4%

 BLUE value IS 144 (56.64% from 255) = 47.68%

R = 12.91%
G = 39.4%
B = 47.68%

CMYK

 C value IS 0.73

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#277790 (or 0x277790) is known color: Astral. HEX triplet: 27, 77 and 90. RGB value is (39,119,144). Sum of RGB (Red+Green+Blue) = 39+119+144=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #277790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277790 is #D8886F. Grayscale: #616161. Windows color (decimal): -14190704 or 9467687. OLE color: 9467687.

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

Color convert

RGB 39 119 144 -
CMYK 0.73 0.17 0 0.44
HSL 194.29º 0.57% 0.36% -
HSV(B) 194.29º 0.73% 0.56% -
XYZ 12.47 15.64 28.75 -
YUV 97.93 154 85.97 -
System Red Green Blue C M Y K H S L
Decimal 39 119 144 0.73 0.17 0 0.44 194.29 0.57 0.36
Hex 27 77 90 49 11 0 2C C2 39 24
Octal 47 167 220 111 21 0 54 302 71 44
Binary 100111 1110111 10010000 1001001 10001 0 101100 11000010 111001 100100

Color Harmonies of #277790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277790

Black with #277790

Text Example


Text Example

White with #277790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277790; }

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

 H1.HeaderClassName
 {
   color: #277790;
 }
 .AnyTagClassName
 {
   color: #277790;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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