#2A7692

Color #2A7692 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #2A7692

Tints of Astral #2A7692

Color information

#2A7692 (or 0x2A7692) is unknown color: approx Astral. HEX triplet: 2A, 76 and 92. RGB value is (42,118,146). Sum of RGB (Red+Green+Blue) = 42+118+146=306 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.73% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #2A7692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7692 is #D5896D. Grayscale: #626262. Windows color (decimal): -13994350 or 9598506. OLE color: 9598506.

HSL color Cylindrical-coordinate representation of color #2A7692: hue angle of 196.15º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A7692 is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB42118146-
CMYK0.710.1900.43
HSL196.15º55.32%36.86%-
HSV(B)196.15º71.23%57.25%-
XYZ12.6215.5229.53-
YUV98.47154.8287.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.73%
GREEN value IS 118 (46.48% from 255) = 38.56%
BLUE value IS 146 (57.42% from 255) = 47.71%
R=13.73%
G=38.56%
B=47.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal421181460.710.1900.43196.1555.3236.86
Hex2A7692471302Bc43725
Octal52166222107230533046745
Binary101010111011010010010100011110011010101111000100110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A7692;
 }
 .AnyTagClassName
 {
   color: #2A7692;
 }
</style>
background-color css

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

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

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

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

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

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