Html Css Color HEX #277091 Astral

📋 copy color: '#277091'

red 39 ◦ green 112 ◦ blue 145

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

Shades of Astral #277091

Tints of Astral #277091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.84%

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

R = 13.18%
G = 37.84%
B = 48.99%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#277091 (or 0x277091) is known color: Astral. HEX triplet: 27, 70 and 91. RGB value is (39,112,145). Sum of RGB (Red+Green+Blue) = 39+112+145=296 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.18% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #277091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277091 is #D88F6E. Grayscale: #5D5D5D. Windows color (decimal): -14192495 or 9531431. OLE color: 9531431.

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

Color convert

RGB 39 112 145 -
CMYK 0.73 0.23 0 0.43
HSL 198.68º 0.58% 0.36% -
HSV(B) 198.68º 0.73% 0.57% -
XYZ 11.74 14.06 28.88 -
YUV 93.94 156.82 88.82 -
System Red Green Blue C M Y K H S L
Decimal 39 112 145 0.73 0.23 0 0.43 198.68 0.58 0.36
Hex 27 70 91 49 17 0 2B C7 3A 24
Octal 47 160 221 111 27 0 53 307 72 44
Binary 100111 1110000 10010001 1001001 10111 0 101011 11000111 111010 100100

Color Harmonies of #277091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277091

Black with #277091

Text Example


Text Example

White with #277091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277091; }

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

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

background-color css

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

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

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

border-color css

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

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

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