#2b7a8c

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

Shades of Astral #2B7A8C

Tints of Astral #2B7A8C

Color information

#2B7A8C (or 0x2B7A8C) is unknown color: approx Astral. HEX triplet: 2B, 7A and 8C. RGB value is (43,122,140). Sum of RGB (Red+Green+Blue) = 43+122+140=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B7A8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7A8C is #D48573. Grayscale: #646464. Windows color (decimal): -13927796 or 9206315. OLE color: 9206315.

HSL color Cylindrical-coordinate representation of color #2B7A8C: hue angle of 191.13º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B7A8C is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB43122140-
CMYK0.690.1300.45
HSL191.13º53.01%35.88%-
HSV(B)191.13º69.29%54.9%-
XYZ12.6916.3327.29-
YUV100.43150.3387.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.10%
GREEN value IS 122 (48.05% from 255) = 40%
BLUE value IS 140 (55.08% from 255) = 45.90%
R=14.10%
G=40%
B=45.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal431221400.690.1300.45191.1353.0135.88
Hex2B7A8C45D02Dbf3524
Octal53172214105150552776544
Binary10101111110101000110010001011101010110110111111110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b7a8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,122,140); }

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

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

 a { background-color: rgb(43,122,140); }

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

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

 span { border-color: rgb(43,122,140); }

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