Html Css Color HEX #277A8D Astral

📋 copy color: '#277A8D'

red 39 ◦ green 122 ◦ blue 141

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

Shades of Astral #277A8D

Tints of Astral #277A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 46.69%

R = 12.91%
G = 40.4%
B = 46.69%

CMYK

 C value IS 0.72

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#277A8D (or 0x277A8D) is known color: Astral. HEX triplet: 27, 7A and 8D. RGB value is (39,122,141). Sum of RGB (Red+Green+Blue) = 39+122+141=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #277A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277A8D is #D88572. Grayscale: #636363. Windows color (decimal): -14189939 or 9271847. OLE color: 9271847.

HSL color Cylindrical-coordinate representation of color #277A8D: hue angle of 191.18º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #277A8D is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 122 141 -
CMYK 0.72 0.13 0 0.45
HSL 191.18º 0.57% 0.35% -
HSV(B) 191.18º 0.72% 0.55% -
XYZ 12.6 16.27 27.68 -
YUV 99.35 151.5 84.96 -
System Red Green Blue C M Y K H S L
Decimal 39 122 141 0.72 0.13 0 0.45 191.18 0.57 0.35
Hex 27 7A 8D 48 D 0 2D BF 39 23
Octal 47 172 215 110 15 0 55 277 71 43
Binary 100111 1111010 10001101 1001000 1101 0 101101 10111111 111001 100011

Color Harmonies of #277A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277A8D

Black with #277A8D

Text Example


Text Example

White with #277A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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