Html Css Color HEX #277392 Astral

📋 copy color: '#277392'

red 39 ◦ green 115 ◦ blue 146

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

Shades of Astral #277392

Tints of Astral #277392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.67%

R = 13%
G = 38.33%
B = 48.67%

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

#277392 (or 0x277392) is known color: Astral. HEX triplet: 27, 73 and 92. RGB value is (39,115,146). Sum of RGB (Red+Green+Blue) = 39+115+146=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #277392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277392 is #D88C6D. Grayscale: #5F5F5F. Windows color (decimal): -14191726 or 9597735. OLE color: 9597735.

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

Color convert

RGB 39 115 146 -
CMYK 0.73 0.21 0 0.43
HSL 197.38º 0.58% 0.36% -
HSV(B) 197.38º 0.73% 0.57% -
XYZ 12.16 14.77 29.4 -
YUV 95.81 156.32 87.48 -
System Red Green Blue C M Y K H S L
Decimal 39 115 146 0.73 0.21 0 0.43 197.38 0.58 0.36
Hex 27 73 92 49 15 0 2B C5 3A 24
Octal 47 163 222 111 25 0 53 305 72 44
Binary 100111 1110011 10010010 1001001 10101 0 101011 11000101 111010 100100

Color Harmonies of #277392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277392

Black with #277392

Text Example


Text Example

White with #277392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277392; }

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

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

background-color css

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

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

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

border-color css

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

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

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