Html Css Color HEX #277490 Astral

📋 copy color: '#277490'

red 39 ◦ green 116 ◦ blue 144

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

Shades of Astral #277490

Tints of Astral #277490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.8%

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

R = 13.04%
G = 38.8%
B = 48.16%

CMYK

 C value IS 0.73

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#277490 (or 0x277490) is known color: Astral. HEX triplet: 27, 74 and 90. RGB value is (39,116,144). Sum of RGB (Red+Green+Blue) = 39+116+144=299 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.04% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #277490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277490 is #D88B6F. Grayscale: #5F5F5F. Windows color (decimal): -14191472 or 9466919. OLE color: 9466919.

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

Color convert

RGB 39 116 144 -
CMYK 0.73 0.19 0 0.44
HSL 196º 0.57% 0.36% -
HSV(B) 196º 0.73% 0.56% -
XYZ 12.12 14.94 28.63 -
YUV 96.17 154.99 87.22 -
System Red Green Blue C M Y K H S L
Decimal 39 116 144 0.73 0.19 0 0.44 196 0.57 0.36
Hex 27 74 90 49 13 0 2C C4 39 24
Octal 47 164 220 111 23 0 54 304 71 44
Binary 100111 1110100 10010000 1001001 10011 0 101100 11000100 111001 100100

Color Harmonies of #277490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277490

Black with #277490

Text Example


Text Example

White with #277490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277490; }

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

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

background-color css

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

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

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

border-color css

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

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

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