Html Css Color HEX #277B91 Astral

📋 copy color: '#277B91'

red 39 ◦ green 123 ◦ blue 145

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

Shades of Astral #277B91

Tints of Astral #277B91

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.07%

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

R = 12.7%
G = 40.07%
B = 47.23%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#277B91 (or 0x277B91) is known color: Astral. HEX triplet: 27, 7B and 91. RGB value is (39,123,145). Sum of RGB (Red+Green+Blue) = 39+123+145=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #277B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277B91 is #D8846E. Grayscale: #646464. Windows color (decimal): -14189679 or 9534247. OLE color: 9534247.

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

Color convert

RGB 39 123 145 -
CMYK 0.73 0.15 0 0.43
HSL 192.45º 0.58% 0.36% -
HSV(B) 192.45º 0.73% 0.57% -
XYZ 13.03 16.64 29.31 -
YUV 100.39 153.17 84.21 -
System Red Green Blue C M Y K H S L
Decimal 39 123 145 0.73 0.15 0 0.43 192.45 0.58 0.36
Hex 27 7B 91 49 F 0 2B C0 3A 24
Octal 47 173 221 111 17 0 53 300 72 44
Binary 100111 1111011 10010001 1001001 1111 0 101011 11000000 111010 100100

Color Harmonies of #277B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277B91

Black with #277B91

Text Example


Text Example

White with #277B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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