Html Css Color HEX #277391 Astral

📋 copy color: '#277391'

red 39 ◦ green 115 ◦ blue 145

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

Shades of Astral #277391

Tints of Astral #277391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.46%

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

R = 13.04%
G = 38.46%
B = 48.49%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#277391 (or 0x277391) is known color: Astral. HEX triplet: 27, 73 and 91. RGB value is (39,115,145). Sum of RGB (Red+Green+Blue) = 39+115+145=299 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.04% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #277391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277391 is #D88C6E. Grayscale: #5F5F5F. Windows color (decimal): -14191727 or 9532199. OLE color: 9532199.

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

Color convert

RGB 39 115 145 -
CMYK 0.73 0.21 0 0.43
HSL 196.98º 0.58% 0.36% -
HSV(B) 196.98º 0.73% 0.57% -
XYZ 12.08 14.74 29 -
YUV 95.7 155.82 87.56 -
System Red Green Blue C M Y K H S L
Decimal 39 115 145 0.73 0.21 0 0.43 196.98 0.58 0.36
Hex 27 73 91 49 15 0 2B C5 3A 24
Octal 47 163 221 111 25 0 53 305 72 44
Binary 100111 1110011 10010001 1001001 10101 0 101011 11000101 111010 100100

Color Harmonies of #277391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277391

Black with #277391

Text Example


Text Example

White with #277391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277391; }

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

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

background-color css

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

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

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

border-color css

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

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

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