Html Css Color HEX #277C90 Astral

📋 copy color: '#277C90'

red 39 ◦ green 124 ◦ blue 144

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

Shades of Astral #277C90

Tints of Astral #277C90

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.39%

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

R = 12.7%
G = 40.39%
B = 46.91%

CMYK

 C value IS 0.73

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#277C90 (or 0x277C90) is known color: Astral. HEX triplet: 27, 7C and 90. RGB value is (39,124,144). Sum of RGB (Red+Green+Blue) = 39+124+144=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #277C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277C90 is #D8836F. Grayscale: #646464. Windows color (decimal): -14189424 or 9468967. OLE color: 9468967.

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

Color convert

RGB 39 124 144 -
CMYK 0.73 0.14 0 0.44
HSL 191.43º 0.57% 0.36% -
HSV(B) 191.43º 0.73% 0.56% -
XYZ 13.08 16.86 28.95 -
YUV 100.87 152.34 83.87 -
System Red Green Blue C M Y K H S L
Decimal 39 124 144 0.73 0.14 0 0.44 191.43 0.57 0.36
Hex 27 7C 90 49 E 0 2C BF 39 24
Octal 47 174 220 111 16 0 54 277 71 44
Binary 100111 1111100 10010000 1001001 1110 0 101100 10111111 111001 100100

Color Harmonies of #277C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277C90

Black with #277C90

Text Example


Text Example

White with #277C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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