Html Css Color HEX #277193 Astral

📋 copy color: '#277193'

red 39 ◦ green 113 ◦ blue 147

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

Shades of Astral #277193

Tints of Astral #277193

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.79%

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

R = 13.04%
G = 37.79%
B = 49.16%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#277193 (or 0x277193) is known color: Astral. HEX triplet: 27, 71 and 93. RGB value is (39,113,147). Sum of RGB (Red+Green+Blue) = 39+113+147=299 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.04% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #277193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277193 is #D88E6C. Grayscale: #5E5E5E. Windows color (decimal): -14192237 or 9662759. OLE color: 9662759.

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

Color convert

RGB 39 113 147 -
CMYK 0.73 0.23 0 0.42
HSL 198.89º 0.58% 0.36% -
HSV(B) 198.89º 0.73% 0.58% -
XYZ 12.01 14.35 29.74 -
YUV 94.75 157.48 88.24 -
System Red Green Blue C M Y K H S L
Decimal 39 113 147 0.73 0.23 0 0.42 198.89 0.58 0.36
Hex 27 71 93 49 17 0 2A C7 3A 24
Octal 47 161 223 111 27 0 52 307 72 44
Binary 100111 1110001 10010011 1001001 10111 0 101010 11000111 111010 100100

Color Harmonies of #277193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277193

Black with #277193

Text Example


Text Example

White with #277193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277193; }

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

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

background-color css

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

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

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

border-color css

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

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

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