Html Css Color HEX #277695 Astral

📋 copy color: '#277695'

red 39 ◦ green 118 ◦ blue 149

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

Shades of Astral #277695

Tints of Astral #277695

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.56%

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

R = 12.75%
G = 38.56%
B = 48.69%

CMYK

 C value IS 0.74

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#277695 (or 0x277695) is known color: Astral. HEX triplet: 27, 76 and 95. RGB value is (39,118,149). Sum of RGB (Red+Green+Blue) = 39+118+149=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #277695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277695 is #D8896A. Grayscale: #616161. Windows color (decimal): -14190955 or 9795111. OLE color: 9795111.

HSL color Cylindrical-coordinate representation of color #277695: hue angle of 196.91º 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 #277695 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 118 149 -
CMYK 0.74 0.21 0 0.42
HSL 196.91º 0.59% 0.37% -
HSV(B) 196.91º 0.74% 0.58% -
XYZ 12.74 15.56 30.77 -
YUV 97.91 156.83 85.98 -
System Red Green Blue C M Y K H S L
Decimal 39 118 149 0.74 0.21 0 0.42 196.91 0.59 0.37
Hex 27 76 95 4A 15 0 2A C5 3B 25
Octal 47 166 225 112 25 0 52 305 73 45
Binary 100111 1110110 10010101 1001010 10101 0 101010 11000101 111011 100101

Color Harmonies of #277695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277695

Black with #277695

Text Example


Text Example

White with #277695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277695; }

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

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

background-color css

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

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

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

border-color css

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

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

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