Html Css Color HEX #2A7695 Astral

📋 copy color: '#2A7695'

red 42 ◦ green 118 ◦ blue 149

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

Shades of Astral #2A7695

Tints of Astral #2A7695

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.19%

 BLUE value IS 149 (58.59% from 255) = 48.22%

R = 13.59%
G = 38.19%
B = 48.22%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2A7695 (or 0x2A7695) is known color: Astral. HEX triplet: 2A, 76 and 95. RGB value is (42,118,149). Sum of RGB (Red+Green+Blue) = 42+118+149=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #2A7695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7695 is #D5896A. Grayscale: #626262. Windows color (decimal): -13994347 or 9795114. OLE color: 9795114.

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

Color convert

RGB 42 118 149 -
CMYK 0.72 0.21 0 0.42
HSL 197.38º 0.56% 0.37% -
HSV(B) 197.38º 0.72% 0.58% -
XYZ 12.86 15.62 30.77 -
YUV 98.81 156.32 87.48 -
System Red Green Blue C M Y K H S L
Decimal 42 118 149 0.72 0.21 0 0.42 197.38 0.56 0.37
Hex 2A 76 95 48 15 0 2A C5 38 25
Octal 52 166 225 110 25 0 52 305 70 45
Binary 101010 1110110 10010101 1001000 10101 0 101010 11000101 111000 100101

Color Harmonies of #2A7695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7695

Black with #2A7695

Text Example


Text Example

White with #2A7695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,118,149); }

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

background-color css

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

 a { background-color: rgb(42,118,149); }

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

border-color css

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

 span { border-color: rgb(42,118,149); }

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