Html Css Color HEX #277B90 Astral

📋 copy color: '#277B90'

red 39 ◦ green 123 ◦ blue 144

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

Shades of Astral #277B90

Tints of Astral #277B90

RGB

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

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

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

R = 12.75%
G = 40.2%
B = 47.06%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#277B90 (or 0x277B90) is known color: Astral. HEX triplet: 27, 7B and 90. RGB value is (39,123,144). Sum of RGB (Red+Green+Blue) = 39+123+144=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #277B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277B90 is #D8846F. Grayscale: #646464. Windows color (decimal): -14189680 or 9468711. OLE color: 9468711.

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

Color convert

RGB 39 123 144 -
CMYK 0.73 0.15 0 0.44
HSL 192º 0.57% 0.36% -
HSV(B) 192º 0.73% 0.56% -
XYZ 12.95 16.61 28.91 -
YUV 100.28 152.67 84.29 -
System Red Green Blue C M Y K H S L
Decimal 39 123 144 0.73 0.15 0 0.44 192 0.57 0.36
Hex 27 7B 90 49 F 0 2C C0 39 24
Octal 47 173 220 111 17 0 54 300 71 44
Binary 100111 1111011 10010000 1001001 1111 0 101100 11000000 111001 100100

Color Harmonies of #277B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277B90

Black with #277B90

Text Example


Text Example

White with #277B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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