Html Css Color HEX #2A778B Astral

📋 copy color: '#2A778B'

red 42 ◦ green 119 ◦ blue 139

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

Shades of Astral #2A778B

Tints of Astral #2A778B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.67%

 BLUE value IS 139 (54.69% from 255) = 46.33%

R = 14%
G = 39.67%
B = 46.33%

CMYK

 C value IS 0.70

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2A778B (or 0x2A778B) is known color: Astral. HEX triplet: 2A, 77 and 8B. RGB value is (42,119,139). Sum of RGB (Red+Green+Blue) = 42+119+139=300 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A778B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A778B is #D58874. Grayscale: #626262. Windows color (decimal): -13994101 or 9140010. OLE color: 9140010.

HSL color Cylindrical-coordinate representation of color #2A778B: hue angle of 192.37º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A778B is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 42 119 139 -
CMYK 0.70 0.14 0 0.45
HSL 192.37º 0.54% 0.35% -
HSV(B) 192.37º 0.7% 0.55% -
XYZ 12.21 15.55 26.78 -
YUV 98.26 150.99 87.87 -
System Red Green Blue C M Y K H S L
Decimal 42 119 139 0.70 0.14 0 0.45 192.37 0.54 0.35
Hex 2A 77 8B 46 E 0 2D C0 36 23
Octal 52 167 213 106 16 0 55 300 66 43
Binary 101010 1110111 10001011 1000110 1110 0 101101 11000000 110110 100011

Color Harmonies of #2A778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A778B

Black with #2A778B

Text Example


Text Example

White with #2A778B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,119,139); }

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

background-color css

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

 a { background-color: rgb(42,119,139); }

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

border-color css

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

 span { border-color: rgb(42,119,139); }

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