Html Css Color HEX #277A91 Astral

📋 copy color: '#277A91'

red 39 ◦ green 122 ◦ blue 145

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

Shades of Astral #277A91

Tints of Astral #277A91

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.87%

 BLUE value IS 145 (57.03% from 255) = 47.39%

R = 12.75%
G = 39.87%
B = 47.39%

CMYK

 C value IS 0.73

 M value IS 0.16

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#277A91 (or 0x277A91) is known color: Astral. HEX triplet: 27, 7A and 91. RGB value is (39,122,145). Sum of RGB (Red+Green+Blue) = 39+122+145=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 145 (57.03% from 255 or 47.39% from 306); Max value from RGB is 145 - color contains mainly: blue. Hex color #277A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277A91 is #D8856E. Grayscale: #636363. Windows color (decimal): -14189935 or 9533991. OLE color: 9533991.

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

Color convert

RGB 39 122 145 -
CMYK 0.73 0.16 0 0.43
HSL 193.02º 0.58% 0.36% -
HSV(B) 193.02º 0.73% 0.57% -
XYZ 12.91 16.39 29.27 -
YUV 99.81 153.5 84.63 -
System Red Green Blue C M Y K H S L
Decimal 39 122 145 0.73 0.16 0 0.43 193.02 0.58 0.36
Hex 27 7A 91 49 10 0 2B C1 3A 24
Octal 47 172 221 111 20 0 53 301 72 44
Binary 100111 1111010 10010001 1001001 10000 0 101011 11000001 111010 100100

Color Harmonies of #277A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277A91

Black with #277A91

Text Example


Text Example

White with #277A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,122,145); }

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

background-color css

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

 a { background-color: rgb(39,122,145); }

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

border-color css

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

 span { border-color: rgb(39,122,145); }

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