#2B7792

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

Shades of Astral #2B7792

Tints of Astral #2B7792

Color information

#2B7792 (or 0x2B7792) is unknown color: approx Astral. HEX triplet: 2B, 77 and 92. RGB value is (43,119,146). Sum of RGB (Red+Green+Blue) = 43+119+146=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #2B7792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7792 is #D4886D. Grayscale: #636363. Windows color (decimal): -13928558 or 9598763. OLE color: 9598763.

HSL color Cylindrical-coordinate representation of color #2B7792: hue angle of 195.73º degrees, saturation: 0.54, 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 #2B7792 is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB43119146-
CMYK0.710.1800.43
HSL195.73º54.5%37.06%-
HSV(B)195.73º70.55%57.25%-
XYZ12.7815.7829.57-
YUV99.35154.3287.8-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.96%
GREEN value IS 119 (46.88% from 255) = 38.64%
BLUE value IS 146 (57.42% from 255) = 47.40%
R=13.96%
G=38.64%
B=47.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal431191460.710.1800.43195.7354.537.06
Hex2B7792471202Bc43625
Octal53167222107220533046645
Binary101011111011110010010100011110010010101111000100110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,119,146); }

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

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

 a { background-color: rgb(43,119,146); }

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

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

 span { border-color: rgb(43,119,146); }

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