Html Css Color HEX #277393 Astral

📋 copy color: '#277393'

red 39 ◦ green 115 ◦ blue 147

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

Shades of Astral #277393

Tints of Astral #277393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.84%

R = 12.96%
G = 38.21%
B = 48.84%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#277393 (or 0x277393) is known color: Astral. HEX triplet: 27, 73 and 93. RGB value is (39,115,147). Sum of RGB (Red+Green+Blue) = 39+115+147=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #277393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277393 is #D88C6C. Grayscale: #5F5F5F. Windows color (decimal): -14191725 or 9663271. OLE color: 9663271.

HSL color Cylindrical-coordinate representation of color #277393: hue angle of 197.78º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #277393 is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 115 147 -
CMYK 0.73 0.22 0 0.42
HSL 197.78º 0.58% 0.36% -
HSV(B) 197.78º 0.73% 0.58% -
XYZ 12.23 14.8 29.82 -
YUV 95.92 156.82 87.4 -
System Red Green Blue C M Y K H S L
Decimal 39 115 147 0.73 0.22 0 0.42 197.78 0.58 0.36
Hex 27 73 93 49 16 0 2A C6 3A 24
Octal 47 163 223 111 26 0 52 306 72 44
Binary 100111 1110011 10010011 1001001 10110 0 101010 11000110 111010 100100

Color Harmonies of #277393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277393

Black with #277393

Text Example


Text Example

White with #277393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277393; }

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

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

background-color css

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

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

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

border-color css

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

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

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