Html Css Color HEX #277493 Astral

📋 copy color: '#277493'

red 39 ◦ green 116 ◦ blue 147

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

Shades of Astral #277493

Tints of Astral #277493

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.41%

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

R = 12.91%
G = 38.41%
B = 48.68%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#277493 (or 0x277493) is known color: Astral. HEX triplet: 27, 74 and 93. RGB value is (39,116,147). Sum of RGB (Red+Green+Blue) = 39+116+147=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #277493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277493 is #D88B6C. Grayscale: #606060. Windows color (decimal): -14191469 or 9663527. OLE color: 9663527.

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

Color convert

RGB 39 116 147 -
CMYK 0.73 0.21 0 0.42
HSL 197.22º 0.58% 0.36% -
HSV(B) 197.22º 0.73% 0.58% -
XYZ 12.35 15.03 29.85 -
YUV 96.51 156.49 86.98 -
System Red Green Blue C M Y K H S L
Decimal 39 116 147 0.73 0.21 0 0.42 197.22 0.58 0.36
Hex 27 74 93 49 15 0 2A C5 3A 24
Octal 47 164 223 111 25 0 52 305 72 44
Binary 100111 1110100 10010011 1001001 10101 0 101010 11000101 111010 100100

Color Harmonies of #277493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277493

Black with #277493

Text Example


Text Example

White with #277493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277493; }

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

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

background-color css

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

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

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

border-color css

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

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

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