Html Css Color HEX #2A7193 Astral

📋 copy color: '#2A7193'

red 42 ◦ green 113 ◦ blue 147

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

Shades of Astral #2A7193

Tints of Astral #2A7193

RGB

 RED value IS 42 (16.8% from 255) = 13.91%

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

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

R = 13.91%
G = 37.42%
B = 48.68%

CMYK

 C value IS 0.71

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2A7193 (or 0x2A7193) is known color: Astral. HEX triplet: 2A, 71 and 93. RGB value is (42,113,147). Sum of RGB (Red+Green+Blue) = 42+113+147=302 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.91% from 302); Green value is 113 (44.53% from 255 or 37.42% 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 #2A7193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7193 is #D58E6C. Grayscale: #5F5F5F. Windows color (decimal): -13995629 or 9662762. OLE color: 9662762.

HSL color Cylindrical-coordinate representation of color #2A7193: hue angle of 199.43º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A7193 is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 42 113 147 -
CMYK 0.71 0.23 0 0.42
HSL 199.43º 0.56% 0.37% -
HSV(B) 199.43º 0.71% 0.58% -
XYZ 12.13 14.41 29.75 -
YUV 95.65 156.98 89.74 -
System Red Green Blue C M Y K H S L
Decimal 42 113 147 0.71 0.23 0 0.42 199.43 0.56 0.37
Hex 2A 71 93 47 17 0 2A C7 38 25
Octal 52 161 223 107 27 0 52 307 70 45
Binary 101010 1110001 10010011 1000111 10111 0 101010 11000111 111000 100101

Color Harmonies of #2A7193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7193

Black with #2A7193

Text Example


Text Example

White with #2A7193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A7193; }

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

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

background-color css

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

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

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

border-color css

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

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

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