Html Css Color HEX #277191 Astral

📋 copy color: '#277191'

red 39 ◦ green 113 ◦ blue 145

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

Shades of Astral #277191

Tints of Astral #277191

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.05%

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

R = 13.13%
G = 38.05%
B = 48.82%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#277191 (or 0x277191) is known color: Astral. HEX triplet: 27, 71 and 91. RGB value is (39,113,145). Sum of RGB (Red+Green+Blue) = 39+113+145=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #277191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277191 is #D88E6E. Grayscale: #5E5E5E. Windows color (decimal): -14192239 or 9531687. OLE color: 9531687.

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

Color convert

RGB 39 113 145 -
CMYK 0.73 0.22 0 0.43
HSL 198.11º 0.58% 0.36% -
HSV(B) 198.11º 0.73% 0.57% -
XYZ 11.85 14.29 28.92 -
YUV 94.52 156.48 88.4 -
System Red Green Blue C M Y K H S L
Decimal 39 113 145 0.73 0.22 0 0.43 198.11 0.58 0.36
Hex 27 71 91 49 16 0 2B C6 3A 24
Octal 47 161 221 111 26 0 53 306 72 44
Binary 100111 1110001 10010001 1001001 10110 0 101011 11000110 111010 100100

Color Harmonies of #277191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277191

Black with #277191

Text Example


Text Example

White with #277191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277191; }

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

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

background-color css

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

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

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

border-color css

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

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

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