Html Css Color HEX #277A95 Astral

📋 copy color: '#277A95'

red 39 ◦ green 122 ◦ blue 149

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

Shades of Astral #277A95

Tints of Astral #277A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 48.06%

R = 12.58%
G = 39.35%
B = 48.06%

CMYK

 C value IS 0.74

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#277A95 (or 0x277A95) is known color: Astral. HEX triplet: 27, 7A and 95. RGB value is (39,122,149). Sum of RGB (Red+Green+Blue) = 39+122+149=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #277A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277A95 is #D8856A. Grayscale: #646464. Windows color (decimal): -14189931 or 9796135. OLE color: 9796135.

HSL color Cylindrical-coordinate representation of color #277A95: hue angle of 194.73º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #277A95 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 122 149 -
CMYK 0.74 0.18 0 0.42
HSL 194.73º 0.59% 0.37% -
HSV(B) 194.73º 0.74% 0.58% -
XYZ 13.22 16.52 30.93 -
YUV 100.26 155.5 84.3 -
System Red Green Blue C M Y K H S L
Decimal 39 122 149 0.74 0.18 0 0.42 194.73 0.59 0.37
Hex 27 7A 95 4A 12 0 2A C3 3B 25
Octal 47 172 225 112 22 0 52 303 73 45
Binary 100111 1111010 10010101 1001010 10010 0 101010 11000011 111011 100101

Color Harmonies of #277A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277A95

Black with #277A95

Text Example


Text Example

White with #277A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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